We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8584e7 commit 338f686Copy full SHA for 338f686
articles/ai-services/agents/includes/quickstart-javascript.md
@@ -91,7 +91,7 @@ export async function main() {
91
name: "my-agent",
92
instructions: "You are a helpful agent",
93
tools: [codeInterpreterTool.definition],
94
- toolResources.resources,
+ toolResources: codeInterpreterTool.resources,
95
});
96
97
// Step 3 a thread
0 commit comments