Minor Changes
- #11232
663b9a2Thanks @ccurme! - feat(openai): support explicit prompt cache options and content-block breakpoints
Patch Changes
- #11735
5d509adThanks @thushanth-bengre-langchain! - fix(openai): sendpromptCacheRetention: "in-memory"as"in_memory"(the API rejects the hyphenated value), and applypromptCacheKey/promptCacheRetentionin the same order aspromptCacheOptions: per-call option, thenmodelKwargs, then the constructor field. On Chat Completions,modelKwargsvalues are no longer dropped and now take precedence over the constructor field.