Skip to content

Commit 1d685c0

Browse files
committed
chore(agent-tars): use structured tool call engine in test runner
1 parent fd31d88 commit 1d685c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

multimodal/agent-tars/core/examples/browser-gui-agent-rt.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ async function main() {
1414
apiKey: process.env.ARK_API_KEY,
1515
displayName: 'doubao-1.5-thinking-vision-pro',
1616
},
17+
toolCallEngine: 'structured_outputs',
1718
});
1819
await localAgent.initialize();
1920
const tools = localAgent.getTools();

0 commit comments

Comments
 (0)