We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae19098 commit 05e0db0Copy full SHA for 05e0db0
packages/langbase/src/langbase/langbase.ts
@@ -549,6 +549,13 @@ export class Langbase {
549
});
550
}
551
552
+ /**
553
+ * Performs a web search using the Langbase API.
554
+ *
555
+ * @param options - Web search configuration options
556
+ * @param options.apiKey - Optional API key for web search authentication
557
+ * @returns Promise that resolves to an array of web search results
558
+ */
559
private async webSearch(
560
options: ToolWebSearchOptions,
561
): Promise<ToolWebSearchResponse[]> {
0 commit comments