We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05069b7 commit 42f7259Copy full SHA for 42f7259
packages/langbase/src/langbase/langbase.ts
@@ -286,7 +286,7 @@ export interface MemoryListDocResponse {
286
287
export interface LangbaseOptions {
288
apiKey: string;
289
- baseUrl?: string;
+ baseUrl?: 'https://api.langbase.com' | 'https://eu-api.langbase.com';
290
}
291
292
export interface ToolWebSearchOptions {
0 commit comments