Skip to content

Commit 338f686

Browse files
committed
fix property name
1 parent f8584e7 commit 338f686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/agents/includes/quickstart-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export async function main() {
9191
name: "my-agent",
9292
instructions: "You are a helpful agent",
9393
tools: [codeInterpreterTool.definition],
94-
toolResources.resources,
94+
toolResources: codeInterpreterTool.resources,
9595
});
9696

9797
// Step 3 a thread

0 commit comments

Comments
 (0)