(store *modelsdev.Store)
| 122 | } |
| 123 | |
| 124 | func WithModelsDevStore(store *modelsdev.Store) Opt { |
| 125 | return func(cfg *ModelOptions) { |
| 126 | cfg.modelsDevStore = store |
| 127 | } |
| 128 | } |
| 129 | |
| 130 | // WithHTTPTransportWrapper registers a function that wraps the HTTP transport |
| 131 | // used by provider clients (Anthropic, OpenAI, and Gemini with the Gemini API |
no outgoing calls