Skip to content

Commit 84504e9

Browse files
committed
👌 IMPROVE: tool calls
1 parent 79765d0 commit 84504e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/nextjs/baseai/pipes/pipe-with-tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const pipeWithTools = (): PipeI => ({
1919
frequency_penalty: 1,
2020
stop: [],
2121
tool_choice: 'auto',
22-
parallel_tool_calls: false,
22+
parallel_tool_calls: true,
2323
messages: [{role: 'system', content: `You are a helpful AI assistant.`}],
2424
variables: [],
2525
memory: [],

0 commit comments

Comments
 (0)