SetAgentThinkingLevel sets the named agent's thinking-effort level to the requested value, applies it as a runtime model override, and returns the applied level. The level must be one the current model supports. Returns [ErrUnsupported] for runtimes that can't switch models (e.g. remote runtimes) or
(ctx context.Context, agentName string, level effort.Level)
| 150 | // models (e.g. remote runtimes) or for models that don't support |
| 151 | // thinking-effort selection. |
| 152 | SetAgentThinkingLevel(ctx context.Context, agentName string, level effort.Level) (effort.Level, error) |
| 153 | |
| 154 | // AvailableModels returns the models the user can pick from in the |
| 155 | // /model picker. Returns nil for runtimes that don't expose model |
no outgoing calls
no test coverage detected