fix: make llm provider async and add tool toggle

This commit is contained in:
Dave
2025-12-24 17:32:46 +00:00
parent d9cd16601b
commit b241c47fd9
8 changed files with 149 additions and 28 deletions
+1
View File
@@ -36,4 +36,5 @@ export interface ProviderConfig {
provider: string;
model: string;
base_url?: string;
enable_tools?: boolean;
}