disable thinking if there is no token budget

This commit is contained in:
Jochen
2025-12-09 16:45:28 +11:00
parent 2283d9ddbf
commit 4aa84e2144
5 changed files with 97 additions and 8 deletions

View File

@@ -85,6 +85,7 @@ pub async fn get_initial_discovery_messages(
temperature: Some(provider.temperature()),
stream: false,
tools: None,
disable_thinking: false,
};
status("🤖 Calling LLM for discovery commands...");