You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ollama): propagate supportsTools, disable idle watchdog, fix thinking and keep_alive
- buildOllamaModelDefinition: compat always includes supportsTools,
defaulting to true when capabilities are unknown (Ollama's /api/chat
universally supports tool calls)
- AgentModelEntryConfig: add optional compat override path
- resolveLlmIdleTimeoutMs: move isLocalProviderBaseUrl check to top
so local providers always get idleTimeout=0 (network silence during
prompt evaluation is not a hang signal)
- createConfiguredOllamaCompatStreamWrapper: guard think parameter with
model.reasoning check; non-reasoning models get think:false forced
- buildOllamaChatRequest: add keep_alive: "1h" default with requestParams
spread override so model-level config can customize
0 commit comments