feat(websearch): add url property to WebSearchProviderConfig interface

This commit is contained in:
buiducnhat
2026-04-11 19:35:41 +07:00
parent eec8c8b4a3
commit 36d828f99c
+1
View File
@@ -98,6 +98,7 @@ export interface WebSearchProviderConfig {
model?: string;
timeout?: number;
max_results?: number;
url?: string;
}
/**