VercelAIAdapterConfig
Agent Runtimes / protocols/VercelAIAdapter / VercelAIAdapterConfig
Interface: VercelAIAdapterConfig
Defined in: protocols/VercelAIAdapter.ts:24
Vercel AI specific configuration
Extends
Properties
agentId?
optionalagentId?:string
Defined in: protocols/VercelAIAdapter.ts:26
Agent ID
Overrides
authToken?
optionalauthToken?:string
Defined in: types/protocol.ts:82
Authentication token/key
Inherited from
ProtocolAdapterConfig.authToken
autoReconnect?
optionalautoReconnect?:boolean
Defined in: types/protocol.ts:88
Auto-reconnect on disconnect
Inherited from
ProtocolAdapterConfig.autoReconnect
baseUrl
baseUrl:
string
Defined in: types/protocol.ts:79
Base URL for the protocol endpoint
Inherited from
fetchOptions?
optionalfetchOptions?:object
Defined in: protocols/VercelAIAdapter.ts:32
Custom fetch options
credentials?
optionalcredentials?:RequestCredentials
Credentials mode
mode?
optionalmode?:RequestMode
Request mode
headers?
optionalheaders?:Record<string,string>
Defined in: protocols/VercelAIAdapter.ts:29
Custom headers for requests (e.g., for Jupyter authentication)
maxReconnectAttempts?
optionalmaxReconnectAttempts?:number
Defined in: types/protocol.ts:94
Max reconnection attempts
Inherited from
ProtocolAdapterConfig.maxReconnectAttempts
options?
optionaloptions?:Record<string,unknown>
Defined in: types/protocol.ts:100
Additional protocol-specific options
Inherited from
protocol
protocol:
Protocol
Defined in: types/protocol.ts:76
Transport type
Inherited from
ProtocolAdapterConfig.protocol
reconnectDelay?
optionalreconnectDelay?:number
Defined in: types/protocol.ts:91
Reconnect delay in milliseconds
Inherited from
ProtocolAdapterConfig.reconnectDelay
timeout?
optionaltimeout?:number
Defined in: types/protocol.ts:97
Request timeout in milliseconds