Skip to content

Commit 05e0db0

Browse files
committed
📦 NEW: Docs
1 parent ae19098 commit 05e0db0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/langbase/src/langbase/langbase.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,13 @@ export class Langbase {
549549
});
550550
}
551551

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+
*/
552559
private async webSearch(
553560
options: ToolWebSearchOptions,
554561
): Promise<ToolWebSearchResponse[]> {

0 commit comments

Comments
 (0)