mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
fix tool call schema
This commit is contained in:
parent
6e59de77aa
commit
278cd92ad3
2 changed files with 5 additions and 2 deletions
|
|
@ -273,7 +273,10 @@ function reducer(state: State, action: Action): State {
|
|||
draft.workflow?.tools.push({
|
||||
name: newToolName,
|
||||
description: "",
|
||||
parameters: undefined,
|
||||
parameters: {
|
||||
type: "object",
|
||||
properties: {},
|
||||
},
|
||||
mockInPlayground: true,
|
||||
autoSubmitMockedResponse: true,
|
||||
...action.tool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue