fix: make llm provider async and add tool toggle
This commit is contained in:
@@ -36,4 +36,5 @@ export interface ProviderConfig {
|
||||
provider: string;
|
||||
model: string;
|
||||
base_url?: string;
|
||||
enable_tools?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user