openai-agents-python/src
westhood 775d3e237e
Ensure item.model_dump only contains JSON serializable types (#801)
The EmbeddedResource from MCP tool call contains a field with type
AnyUrl that is not JSON-serializable. To avoid this exception, use
item.model_dump(mode="json") to ensure a JSON-serializable return value.
2025-06-02 11:10:21 -04:00
..
agents Ensure item.model_dump only contains JSON serializable types (#801) 2025-06-02 11:10:21 -04:00