mirror of
https://github.com/ollama/ollama.git
synced 2026-08-02 10:47:44 -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.