mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-21 21:31:12 +02:00
Update docs and simplify sdk
This commit is contained in:
parent
c338ec4dec
commit
97feb71869
10 changed files with 265 additions and 446 deletions
|
|
@ -111,8 +111,6 @@ export const ApiMessage = z.union([
|
|||
export const ApiRequest = z.object({
|
||||
messages: z.array(ApiMessage),
|
||||
state: z.unknown(),
|
||||
skipToolCalls: z.boolean().nullable().optional(),
|
||||
maxTurns: z.number().nullable().optional(),
|
||||
workflowId: z.string().nullable().optional(),
|
||||
testProfileId: z.string().nullable().optional(),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue