mirror of
https://github.com/ollama/ollama.git
synced 2026-04-18 00:03:27 +02: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.