How to implement Azure OpenAI web_search_preview? #5911
-
|
Tried implementing the web search features using the azure openai, I get an error saying that "Property 'tools' does not exist on type 'AzureOpenAIProvider'." Code: `import { NextRequest } from "next/server"; export async function GET(req: NextRequest) { Docs Link: Package.json: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hey, The |
Beta Was this translation helpful? Give feedback.
-
|
This discussion was automatically locked because it has not been updated in over 30 days. If you still have questions about this topic, please ask us at community.vercel.com/ai-sdk |
Beta Was this translation helpful? Give feedback.
Hey,
The
web search toolis currently not supported by the Azure OpenAI Responses API. See this article. I guess we will have to wait a couple more weeks for this feature to be available on Azure.