sdk allowexternallinks

This commit is contained in:
rafaelmmiller
2024-11-14 15:56:12 -03:00
parent 3d6d650f0b
commit 41b45a844b
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -242,6 +242,7 @@ export interface ExtractParams {
prompt: string;
schema?: zt.ZodSchema;
systemPrompt?: string;
allowExternalLinks?: boolean;
}
/**