mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 08:17:11 +00:00
feat(websearch): add url property to WebSearchProviderConfig interface
This commit is contained in:
@@ -98,6 +98,7 @@ export interface WebSearchProviderConfig {
|
||||
model?: string;
|
||||
timeout?: number;
|
||||
max_results?: number;
|
||||
url?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user