ollama/middleware
Jesse Gross ac83ac20c4 anthropic: fix KV cache reuse degraded by tool call argument reordering
Use typed structs for tool call arguments instead of map[string]any to
preserve JSON key order, which Go maps do not guarantee.
2026-03-27 14:30:16 -07:00
..
anthropic.go anthropic: fix KV cache reuse degraded by tool call argument reordering 2026-03-27 14:30:16 -07:00
anthropic_test.go anthropic: fix KV cache reuse degraded by tool call argument reordering 2026-03-27 14:30:16 -07:00
openai.go server: decompress zstd request bodies in cloud passthrough middleware (#14827) 2026-03-13 15:06:47 -07:00
openai_encoding_format_test.go embeddings: base64 encoding fix (#12715) 2025-10-22 11:27:44 -07:00
openai_test.go middleware: handle non-JSON error responses gracefully (#14828) 2026-03-13 14:50:49 -07:00
test_home_test.go anthropic: enable websearch (#14246) 2026-02-13 19:20:46 -08:00