Minor Changes
- #10317
af9bbd3Thanks @hntrl! - feat(openai): support tool search and defer_loading- Add
tools.toolSearch()factory for the OpenAI Responses APItool_searchbuilt-in tool, supporting both server-executed and client-executed modes. - Propagate
defer_loadingfrom LangChain toolextrasthroughbindTools()and into the Responses API payload, enabling on-demand tool discovery. - Handle
tool_search_callandtool_search_outputresponse items in both streaming and non-streaming converters. - Add core block translator support to convert
tool_search_call→server_tool_callandtool_search_output→server_tool_call_result.
- Add