ollama/middleware
ParthSareen fceafefdce anthropic: fix ToolCallFunctionArguments type after rebase
Update tests and implementation to use the new ordered map-based
ToolCallFunctionArguments type which replaces the previous map[string]any.

- Add mapToArgs helper to convert map[string]any to ToolCallFunctionArguments
- Add testArgs and testProps helpers in tests
- Use cmpopts.IgnoreUnexported for cmp.Diff comparisons
2026-01-05 21:50:50 -08:00
..
anthropic.go middleware: use HTTP status code for Anthropic error mapping 2026-01-05 19:19:34 -08:00
anthropic_test.go anthropic: fix ToolCallFunctionArguments type after rebase 2026-01-05 21:50:50 -08:00
openai.go openai: add v1/responses support (#13351) 2025-12-11 15:37:10 -08:00
openai_encoding_format_test.go embeddings: base64 encoding fix (#12715) 2025-10-22 11:27:44 -07:00
openai_test.go preserve tool definition and call JSON ordering (#13525) 2026-01-05 18:03:36 -08:00