Skip to content

Commit aaabe69

Browse files
committed
👌 IMPROVE: Tools API key
1 parent ab393ea commit aaabe69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/langbase/src/langbase/langbase.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export interface ToolWebSearchOptions {
382382
service: 'exa';
383383
totalResults?: number;
384384
domains?: string[];
385-
apiKey?: string;
385+
apiKey: string;
386386
}
387387

388388
export interface ToolWebSearchResponse {
@@ -393,7 +393,7 @@ export interface ToolWebSearchResponse {
393393
export interface ToolCrawlOptions {
394394
url: string[];
395395
maxPages?: number;
396-
apiKey?: string;
396+
apiKey: string;
397397
}
398398

399399
export interface ToolCrawlResponse {

0 commit comments

Comments
 (0)