feat: Exposing cache control API in OpenAI and Anthropic API's#486
feat: Exposing cache control API in OpenAI and Anthropic API's#486wookievx wants to merge 1 commit into
Conversation
3554b2a to
5bf3da4
Compare
Adding support for OpenAI chat-completions caching related request parameters and Anthropic create message cache_control parameters.
5bf3da4 to
4998f71
Compare
Review: Exposing cache control API in OpenAI and Anthropic APIsOverall: Mostly correct. I verified the wire shapes against the Anthropic and OpenAI docs: the request-level Findings (most-severe first)
Findings 1 and 2 are worth fixing before merge; 3 and 4 are judgment calls for the author. 🤖 Review generated with Claude Code |
Adding support for OpenAI chat-completions caching related request parameters and Anthropic create message cache_control parameters.