You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix function_schema name override bug (openai#872)
## Summary
- ensure `name_override` is always used in `function_schema`
- test name override when docstring info is disabled
## Testing
- `make format`
- `make lint`
- `make mypy`
- `make tests`
Resolvesopenai#860
------
https://chatgpt.com/codex/tasks/task_i_684f1cf885b08321b4dd3f4294e24ca2
* adopted float instead of timedelta for timeout parameters (openai#874)
I replaced the `timedelta` parameters for MCP timeouts with `float`
values, addressing issue openai#845 .
Given that the MCP official repository has incorporated these changes in
[this PR](modelcontextprotocol/python-sdk#941),
updating the MCP version in openai-agents and specifying the timeouts as
floats should be enough.
* Prompts support (openai#876)
Add support for the new openai prompts feature.
* v0.0.18 (openai#878)
* Allow replacing AgentRunner and TraceProvider (openai#720)
* Prepare 0.0.19 release (openai#895)
* Added support for "return" handoffs (#1)
* Fix bug in Reasoning with `store=False`
---------
Co-authored-by: Rohan Mehta <[email protected]>
Co-authored-by: Daniele Morotti <[email protected]>
Co-authored-by: pakrym-oai <[email protected]>
0 commit comments