Skip to content

AgentMethods

Methods added to agent objects

Properties

Property Modifier Type Description
conversations readonly AgentConversationServiceModel Scoped conversation operations for this agent

Accessors

connectionError

Get Signature

get connectionError(): null | Error

Current connection error, or null if none

Returns

null | Error


connectionStatus

Get Signature

get connectionStatus(): ConnectionStatus

Current WebSocket connection status

Returns

ConnectionStatus


isConnected

Get Signature

get isConnected(): boolean

Whether the WebSocket connection is currently active

Returns

boolean