Custom tool calls now stream via Responses API; response IDs preserved
@langchain/openai@1.4.7
2 fixesThis release2 fixesBug fixesAI-tallied from the release notes
@langchain/openai@1.4.7
Fixed OpenAI integration to emit output_text for assistant content in responses input.
LangChain · LangChain.jsAdded explicit prompt caching support for OpenAI integrations.
LangChain · LangChain (Python)Fixed parsing of raw OpenAI API responses and added a flag to skip tracing them. Updated API spec from upstream.
Langfuse · Python SDKWhat's Changed fix(openai): preserve Responses tools and streamed tool calls by @hassiebp in https://github.com/langfuse/langfuse-python/pu…
Langfuse · Python SDK