Files
WeKnora/internal
wizardchen ff950ef249 fix(ollama): adapt to ToolCallFunctionArguments struct API
The ollama Go SDK changed ToolCallFunctionArguments from
map[string]any to a struct backed by an ordered map. Use ToMap() for
read access and NewToolCallFunctionArguments()+UnmarshalJSON for
construction so the build matches the upgraded SDK.
2026-05-09 13:58:55 +08:00
..
2025-08-05 15:08:07 +08:00