Skip to content

WaldiezNodeAgentRemoteData

@waldiez/react v0.7.1


WaldiezNodeAgentRemoteData = WaldiezAgentCommonData & object

Defined in: models/Agent/Remote/types.ts:99

WaldiezNodeAgentRemoteData The data for the agent node.

Type DeclarationΒΆ

clientΒΆ

client: object

client.headers?ΒΆ

optional headers: object

Index SignatureΒΆ

[k: string]: unknown

client.maxReconnects?ΒΆ

optional maxReconnects: number | null

client.name?ΒΆ

optional name: string | null

client.pollingInterval?ΒΆ

optional pollingInterval: number | null

client.silent?ΒΆ

optional silent: boolean | null

client.url?ΒΆ

optional url: string | null

labelΒΆ

label: string

serverΒΆ

server: object

server.config?ΒΆ

optional config: WaldiezAgentRemoteServer | null

server.enabledΒΆ

enabled: boolean

SeeΒΆ