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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yes
These functions are not called when the tool is web_search_preview
web_search_preview
Ideally provide a minimal python script that can be run to reproduce the bug. https://gist.github.com/jihun-im-open/a3892127a0e406500df7e05ff708f090
The hooks should be triggered for web_search_preview. As it's tool input is a union of all tools
openai-agents-python/src/agents/tool.py
Line 234 in 6e078bf
The text was updated successfully, but these errors were encountered:
I should document this better (and we should have named it better), but the on_tool_start is for local tools
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Please read this first
Yes
Describe the bug
These functions are not called when the tool is
web_search_preview
Debug information
Repro steps
Ideally provide a minimal python script that can be run to reproduce the bug.
https://gist.github.com/jihun-im-open/a3892127a0e406500df7e05ff708f090
Expected behavior
The hooks should be triggered for
web_search_preview
.As it's tool input is a union of all tools
openai-agents-python/src/agents/tool.py
Line 234 in 6e078bf
The text was updated successfully, but these errors were encountered: