mirror of
https://github.com/ollama/ollama.git
synced 2026-05-08 00:51:34 -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.