Patch Changes
-
#11399
5c9fdf2Thanks @gethin-langchain! - update to v7 openai sdk -
#11403
fe8eec1Thanks @thushanth-bengre-langchain! - Drop Gemini-nativefunctionCallcontent blocks (already carried intool_calls) when converting messages to Chat Completions API params, fixing requests that fail when aChatGoogleGenerativeAImessage is passed toChatOpenAI(e.g. a cross-provider handoff in LangGraph). -
#11399
5c9fdf2Thanks @gethin-langchain! - Map OpenAI'scache_write_tokenstocache_creationinusage_metadata.input_token_details, mirroring the existingcached_tokens->cache_readmapping across the Chat Completions and Responses APIs. Previously, prompt cache-write token counts were silently dropped.