mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-24 05:38:06 -05:00
## CHANGES - Add `Variables` field to `OllamaRequestBody` struct for direct variable passing - Change `Options` field from empty struct to flexible `map[string]any` type - Extract variables from top-level `Variables` field or nested `Options.variables` - Support parsing variables as JSON string or map format - Pass extracted variables to `PromptRequest` for single message chats - Pass extracted variables to `PromptRequest` for multi-message chats - Add `omitempty` JSON tags to optional fields