Skip to content

WaldiezChatConfig

@waldiez/react v0.6.0


WaldiezChatConfig = object

Defined in: src/waldiez/components/chatUI/types.ts:269

Chat configuration type

PropertiesΒΆ

activeΒΆ

active: boolean

Defined in: src/waldiez/components/chatUI/types.ts:274

Whether the flow is running


activeRequest?ΒΆ

optional activeRequest: WaldiezActiveRequest

Defined in: src/waldiez/components/chatUI/types.ts:281

Current input request (if any)


error?ΒΆ

optional error: WaldiezChatError

Defined in: src/waldiez/components/chatUI/types.ts:284

Error display (if any)


handlers?ΒΆ

optional handlers: WaldiezChatHandlers

Defined in: src/waldiez/components/chatUI/types.ts:287

Chat-specific handlers


mediaConfig?ΒΆ

optional mediaConfig: WaldiezMediaConfig

Defined in: src/waldiez/components/chatUI/types.ts:293

Media handling configuration


messagesΒΆ

messages: WaldiezChatMessage[]

Defined in: src/waldiez/components/chatUI/types.ts:277

Chat content


showΒΆ

show: boolean

Defined in: src/waldiez/components/chatUI/types.ts:271

Whether to display the chat UI


timeline?ΒΆ

optional timeline: WaldiezTimelineData

Defined in: src/waldiez/components/chatUI/types.ts:290

Timeline data generated after the chat


userParticipantsΒΆ

userParticipants: string[] | WaldiezChatParticipant[]

Defined in: src/waldiez/components/chatUI/types.ts:278