Nick: allowExternalLinks is now enableWebSearch

This commit is contained in:
Nicolas
2025-01-20 13:41:30 -03:00
parent a5d379c935
commit ef69b1ac88
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -256,6 +256,7 @@ export interface ExtractParams<LLMSchema extends zt.ZodSchema = any> {
schema?: LLMSchema | object;
systemPrompt?: string;
allowExternalLinks?: boolean;
enableWebSearch?: boolean;
includeSubdomains?: boolean;
origin?: string;
}