Skip to content

Commit 53f4dd1

Browse files
committed
x
1 parent 13617e4 commit 53f4dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/providers/01-ai-sdk-providers/03-openai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ const result = await generateText({
780780
}),
781781
},
782782
// Force web search tool (optional):
783-
toolChoice: { type: 'tool', toolName: 'web_search' }
783+
toolChoice: { type: 'tool', toolName: 'web_search' },
784784
});
785785

786786
// URL sources

0 commit comments

Comments
 (0)