From 0c57372ca04f4879c0a714bcc9c12582f23bdc66 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:13:23 +0000 Subject: [PATCH] feat(api): api update --- .stats.yml | 2 +- src/resources/agents/tools.ts | 144 ------ src/resources/sessions.ts | 144 ------ src/resources/tasks.ts | 882 +--------------------------------- 4 files changed, 10 insertions(+), 1162 deletions(-) diff --git a/.stats.yml b/.stats.yml index cef7f76..e79a55b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 52 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/julep-ai-inc-dash%2Fjulep-a707ace7212c4b8c3a63c93c36a42e1f77d7ca0969d1c2258560d0021c473a8a.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/julep-ai-inc-dash%2Fjulep-ea124be3fdbca158d246aecc6f6870c5ca44a27a7a27543b29c1bcaeb93e51bc.yml diff --git a/src/resources/agents/tools.ts b/src/resources/agents/tools.ts index 51ff822..2c06afe 100644 --- a/src/resources/agents/tools.ts +++ b/src/resources/agents/tools.ts @@ -136,7 +136,6 @@ export interface ToolListResponse { | ToolListResponse.BrowserbaseGetSessionIntegrationDef | ToolListResponse.BrowserbaseCompleteSessionIntegrationDef | ToolListResponse.BrowserbaseGetSessionLiveURLsIntegrationDef - | ToolListResponse.BrowserbaseGetSessionConnectURLIntegrationDef | ToolListResponse.RemoteBrowserIntegrationDef | ToolListResponse.LlamaParseIntegrationDef | ToolListResponse.FfmpegIntegrationDef @@ -667,41 +666,6 @@ export namespace ToolListResponse { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -1038,7 +1002,6 @@ export interface ToolCreateParams { | ToolCreateParams.BrowserbaseGetSessionIntegrationDef | ToolCreateParams.BrowserbaseCompleteSessionIntegrationDef | ToolCreateParams.BrowserbaseGetSessionLiveURLsIntegrationDef - | ToolCreateParams.BrowserbaseGetSessionConnectURLIntegrationDef | ToolCreateParams.RemoteBrowserIntegrationDef | ToolCreateParams.LlamaParseIntegrationDef | ToolCreateParams.FfmpegIntegrationDef @@ -1569,41 +1532,6 @@ export namespace ToolCreateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -1929,7 +1857,6 @@ export interface ToolUpdateParams { | ToolUpdateParams.BrowserbaseGetSessionIntegrationDefUpdate | ToolUpdateParams.BrowserbaseCompleteSessionIntegrationDefUpdate | ToolUpdateParams.BrowserbaseGetSessionLiveURLsIntegrationDefUpdate - | ToolUpdateParams.BrowserbaseGetSessionConnectURLIntegrationDefUpdate | ToolUpdateParams.RemoteBrowserIntegrationDefUpdate | ToolUpdateParams.LlamaParseIntegrationDefUpdate | ToolUpdateParams.FfmpegIntegrationDefUpdate @@ -2472,41 +2399,6 @@ export namespace ToolUpdateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDefUpdate { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDefUpdate.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDefUpdate.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDefUpdate { - export interface Arguments { - id?: string | null; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key?: string | null; - - api_url?: string | null; - - connect_url?: string | null; - - project_id?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -2851,7 +2743,6 @@ export interface ToolResetParams { | ToolResetParams.BrowserbaseGetSessionIntegrationDef | ToolResetParams.BrowserbaseCompleteSessionIntegrationDef | ToolResetParams.BrowserbaseGetSessionLiveURLsIntegrationDef - | ToolResetParams.BrowserbaseGetSessionConnectURLIntegrationDef | ToolResetParams.RemoteBrowserIntegrationDef | ToolResetParams.LlamaParseIntegrationDef | ToolResetParams.FfmpegIntegrationDef @@ -3382,41 +3273,6 @@ export namespace ToolResetParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ diff --git a/src/resources/sessions.ts b/src/resources/sessions.ts index 3bc6f30..f035d65 100644 --- a/src/resources/sessions.ts +++ b/src/resources/sessions.ts @@ -239,7 +239,6 @@ export namespace ChatInput { | Tool.BrowserbaseGetSessionIntegrationDef | Tool.BrowserbaseCompleteSessionIntegrationDef | Tool.BrowserbaseGetSessionLiveURLsIntegrationDef - | Tool.BrowserbaseGetSessionConnectURLIntegrationDef | Tool.RemoteBrowserIntegrationDef | Tool.LlamaParseIntegrationDef | Tool.FfmpegIntegrationDef @@ -770,41 +769,6 @@ export namespace ChatInput { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -2064,7 +2028,6 @@ export namespace Entry { | Tool.BrowserbaseGetSessionIntegrationDef | Tool.BrowserbaseCompleteSessionIntegrationDef | Tool.BrowserbaseGetSessionLiveURLsIntegrationDef - | Tool.BrowserbaseGetSessionConnectURLIntegrationDef | Tool.RemoteBrowserIntegrationDef | Tool.LlamaParseIntegrationDef | Tool.FfmpegIntegrationDef @@ -2595,41 +2558,6 @@ export namespace Entry { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -3147,7 +3075,6 @@ export namespace Entry { | Tool.BrowserbaseGetSessionIntegrationDef | Tool.BrowserbaseCompleteSessionIntegrationDef | Tool.BrowserbaseGetSessionLiveURLsIntegrationDef - | Tool.BrowserbaseGetSessionConnectURLIntegrationDef | Tool.RemoteBrowserIntegrationDef | Tool.LlamaParseIntegrationDef | Tool.FfmpegIntegrationDef @@ -3678,41 +3605,6 @@ export namespace Entry { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -5189,7 +5081,6 @@ export namespace SessionChatParams { | Tool.BrowserbaseGetSessionIntegrationDef | Tool.BrowserbaseCompleteSessionIntegrationDef | Tool.BrowserbaseGetSessionLiveURLsIntegrationDef - | Tool.BrowserbaseGetSessionConnectURLIntegrationDef | Tool.RemoteBrowserIntegrationDef | Tool.LlamaParseIntegrationDef | Tool.FfmpegIntegrationDef @@ -5720,41 +5611,6 @@ export namespace SessionChatParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ diff --git a/src/resources/tasks.ts b/src/resources/tasks.ts index 761fc8a..6462079 100644 --- a/src/resources/tasks.ts +++ b/src/resources/tasks.ts @@ -452,7 +452,6 @@ export namespace Task { | CreateToolRequestOutput.BrowserbaseGetSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseCompleteSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseGetSessionLiveURLsIntegrationDef - | CreateToolRequestOutput.BrowserbaseGetSessionConnectURLIntegrationDef | CreateToolRequestOutput.RemoteBrowserIntegrationDef | CreateToolRequestOutput.LlamaParseIntegrationDef | CreateToolRequestOutput.FfmpegIntegrationDef @@ -983,41 +982,6 @@ export namespace Task { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -1786,7 +1750,6 @@ export namespace Task { | CreateToolRequestOutput.BrowserbaseGetSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseCompleteSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseGetSessionLiveURLsIntegrationDef - | CreateToolRequestOutput.BrowserbaseGetSessionConnectURLIntegrationDef | CreateToolRequestOutput.RemoteBrowserIntegrationDef | CreateToolRequestOutput.LlamaParseIntegrationDef | CreateToolRequestOutput.FfmpegIntegrationDef @@ -2317,41 +2280,6 @@ export namespace Task { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -3084,7 +3012,6 @@ export namespace Task { | CreateToolRequestOutput.BrowserbaseGetSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseCompleteSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseGetSessionLiveURLsIntegrationDef - | CreateToolRequestOutput.BrowserbaseGetSessionConnectURLIntegrationDef | CreateToolRequestOutput.RemoteBrowserIntegrationDef | CreateToolRequestOutput.LlamaParseIntegrationDef | CreateToolRequestOutput.FfmpegIntegrationDef @@ -3615,41 +3542,6 @@ export namespace Task { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -4413,7 +4305,6 @@ export namespace Task { | CreateToolRequestOutput.BrowserbaseGetSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseCompleteSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseGetSessionLiveURLsIntegrationDef - | CreateToolRequestOutput.BrowserbaseGetSessionConnectURLIntegrationDef | CreateToolRequestOutput.RemoteBrowserIntegrationDef | CreateToolRequestOutput.LlamaParseIntegrationDef | CreateToolRequestOutput.FfmpegIntegrationDef @@ -4944,41 +4835,6 @@ export namespace Task { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -5763,7 +5619,6 @@ export namespace Task { | CreateToolRequestOutput.BrowserbaseGetSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseCompleteSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseGetSessionLiveURLsIntegrationDef - | CreateToolRequestOutput.BrowserbaseGetSessionConnectURLIntegrationDef | CreateToolRequestOutput.RemoteBrowserIntegrationDef | CreateToolRequestOutput.LlamaParseIntegrationDef | CreateToolRequestOutput.FfmpegIntegrationDef @@ -6294,41 +6149,6 @@ export namespace Task { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -7030,7 +6850,6 @@ export namespace Task { | CreateToolRequestOutput.BrowserbaseGetSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseCompleteSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseGetSessionLiveURLsIntegrationDef - | CreateToolRequestOutput.BrowserbaseGetSessionConnectURLIntegrationDef | CreateToolRequestOutput.RemoteBrowserIntegrationDef | CreateToolRequestOutput.LlamaParseIntegrationDef | CreateToolRequestOutput.FfmpegIntegrationDef @@ -7561,41 +7380,6 @@ export namespace Task { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -8303,7 +8087,6 @@ export namespace Task { | CreateToolRequestOutput.BrowserbaseGetSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseCompleteSessionIntegrationDef | CreateToolRequestOutput.BrowserbaseGetSessionLiveURLsIntegrationDef - | CreateToolRequestOutput.BrowserbaseGetSessionConnectURLIntegrationDef | CreateToolRequestOutput.RemoteBrowserIntegrationDef | CreateToolRequestOutput.LlamaParseIntegrationDef | CreateToolRequestOutput.FfmpegIntegrationDef @@ -8834,41 +8617,6 @@ export namespace Task { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -9245,7 +8993,6 @@ export namespace Task { | Tool.BrowserbaseGetSessionIntegrationDef | Tool.BrowserbaseCompleteSessionIntegrationDef | Tool.BrowserbaseGetSessionLiveURLsIntegrationDef - | Tool.BrowserbaseGetSessionConnectURLIntegrationDef | Tool.RemoteBrowserIntegrationDef | Tool.LlamaParseIntegrationDef | Tool.FfmpegIntegrationDef @@ -9776,41 +9523,6 @@ export namespace Task { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -10476,7 +10188,6 @@ export namespace TaskCreateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -11008,58 +10719,23 @@ export namespace TaskCreateParams { } /** - * browserbase get session connect url integration definition + * The integration definition for the remote browser */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - + export interface RemoteBrowserIntegrationDef { /** - * The setup parameters for the browserbase integration + * The setup parameters for the remote browser */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } + setup: RemoteBrowserIntegrationDef.Setup; /** - * The setup parameters for the browserbase integration + * The arguments for the remote browser */ - export interface Setup { - api_key: string; + arguments?: RemoteBrowserIntegrationDef.Arguments | null; - project_id: string; + method?: 'perform_action'; - api_url?: string | null; - - connect_url?: string | null; - } - } - - /** - * The integration definition for the remote browser - */ - export interface RemoteBrowserIntegrationDef { - /** - * The setup parameters for the remote browser - */ - setup: RemoteBrowserIntegrationDef.Setup; - - /** - * The arguments for the remote browser - */ - arguments?: RemoteBrowserIntegrationDef.Arguments | null; - - method?: 'perform_action'; - - provider?: 'remote_browser'; - } + provider?: 'remote_browser'; + } export namespace RemoteBrowserIntegrationDef { /** @@ -11784,7 +11460,6 @@ export namespace TaskCreateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -12315,41 +11990,6 @@ export namespace TaskCreateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -13058,7 +12698,6 @@ export namespace TaskCreateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -13589,41 +13228,6 @@ export namespace TaskCreateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -14361,7 +13965,6 @@ export namespace TaskCreateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -14892,41 +14495,6 @@ export namespace TaskCreateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -15683,7 +15251,6 @@ export namespace TaskCreateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -16214,41 +15781,6 @@ export namespace TaskCreateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -16932,7 +16464,6 @@ export namespace TaskCreateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -17463,41 +16994,6 @@ export namespace TaskCreateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -18187,7 +17683,6 @@ export namespace TaskCreateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -18718,41 +18213,6 @@ export namespace TaskCreateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -19119,7 +18579,6 @@ export namespace TaskCreateParams { | Tool.BrowserbaseGetSessionIntegrationDef | Tool.BrowserbaseCompleteSessionIntegrationDef | Tool.BrowserbaseGetSessionLiveURLsIntegrationDef - | Tool.BrowserbaseGetSessionConnectURLIntegrationDef | Tool.RemoteBrowserIntegrationDef | Tool.LlamaParseIntegrationDef | Tool.FfmpegIntegrationDef @@ -19650,41 +19109,6 @@ export namespace TaskCreateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -20356,7 +19780,6 @@ export namespace TaskCreateOrUpdateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -20887,41 +20310,6 @@ export namespace TaskCreateOrUpdateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -21664,7 +21052,6 @@ export namespace TaskCreateOrUpdateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -22195,41 +21582,6 @@ export namespace TaskCreateOrUpdateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -22938,7 +22290,6 @@ export namespace TaskCreateOrUpdateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -23469,41 +22820,6 @@ export namespace TaskCreateOrUpdateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -24241,7 +23557,6 @@ export namespace TaskCreateOrUpdateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -24772,41 +24087,6 @@ export namespace TaskCreateOrUpdateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -25563,7 +24843,6 @@ export namespace TaskCreateOrUpdateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -26094,41 +25373,6 @@ export namespace TaskCreateOrUpdateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -26812,7 +26056,6 @@ export namespace TaskCreateOrUpdateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -27343,41 +26586,6 @@ export namespace TaskCreateOrUpdateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -28067,7 +27275,6 @@ export namespace TaskCreateOrUpdateParams { | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseCompleteSessionIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionLiveURLsIntegrationDef - | AgentsAPIAutogenToolsCreateToolRequestInput.BrowserbaseGetSessionConnectURLIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.RemoteBrowserIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.LlamaParseIntegrationDef | AgentsAPIAutogenToolsCreateToolRequestInput.FfmpegIntegrationDef @@ -28598,41 +27805,6 @@ export namespace TaskCreateOrUpdateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */ @@ -28999,7 +28171,6 @@ export namespace TaskCreateOrUpdateParams { | Tool.BrowserbaseGetSessionIntegrationDef | Tool.BrowserbaseCompleteSessionIntegrationDef | Tool.BrowserbaseGetSessionLiveURLsIntegrationDef - | Tool.BrowserbaseGetSessionConnectURLIntegrationDef | Tool.RemoteBrowserIntegrationDef | Tool.LlamaParseIntegrationDef | Tool.FfmpegIntegrationDef @@ -29530,41 +28701,6 @@ export namespace TaskCreateOrUpdateParams { } } - /** - * browserbase get session connect url integration definition - */ - export interface BrowserbaseGetSessionConnectURLIntegrationDef { - arguments?: BrowserbaseGetSessionConnectURLIntegrationDef.Arguments | null; - - method?: 'get_connect_url'; - - provider?: 'browserbase'; - - /** - * The setup parameters for the browserbase integration - */ - setup?: BrowserbaseGetSessionConnectURLIntegrationDef.Setup | null; - } - - export namespace BrowserbaseGetSessionConnectURLIntegrationDef { - export interface Arguments { - id: string; - } - - /** - * The setup parameters for the browserbase integration - */ - export interface Setup { - api_key: string; - - project_id: string; - - api_url?: string | null; - - connect_url?: string | null; - } - } - /** * The integration definition for the remote browser */