Replies: 1 comment 2 replies
-
|
Hi @mwarqee, we have a sample showing how to use web search with an OpenAI responses agent: https://github.com/microsoft/agent-framework/blob/main/python/samples/getting_started/agents/openai/openai_responses_client_with_web_search.py |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In SK we have the option to use a web search agent via openAI Responses API - https://github.com/microsoft/semantic-kernel/blob/main/python/samples/getting_started_with_agents/openai_responses/step4_responses_agent_web_search.py
Since SK code needs to be merged into Agent Framework, what is the best/recommended way to use a web search agent with Agent Framework? Is this supported at this moment or not yet?
Beta Was this translation helpful? Give feedback.
All reactions