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