mirror of
https://github.com/ollama/ollama.git
synced 2026-07-23 09:10:53 -05:00
Use typed structs for tool call arguments instead of map[string]any to preserve JSON key order, which Go maps do not guarantee.
Use typed structs for tool call arguments instead of map[string]any to preserve JSON key order, which Go maps do not guarantee.