disable thinking if there is no token budget
This commit is contained in:
@@ -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...");
|
||||
|
||||
Reference in New Issue
Block a user