Skip to content

WaldiezChatConfig

@waldiez/react v0.6.7


WaldiezChatConfig = object

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

Chat configuration type

PropertiesΒΆ

activeΒΆ

active: boolean

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

Whether the flow is running


activeRequest?ΒΆ

optional activeRequest: WaldiezActiveRequest

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

Current input request (if any)


error?ΒΆ

optional error: WaldiezChatError

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

Error display (if any)


handlers?ΒΆ

optional handlers: WaldiezChatHandlers

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

Chat-specific handlers


mediaConfig?ΒΆ

optional mediaConfig: WaldiezMediaConfig

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

Media handling configuration


messagesΒΆ

messages: WaldiezChatMessage[]

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

Chat content


showΒΆ

show: boolean

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

Whether to display the chat UI


timeline?ΒΆ

optional timeline: WaldiezTimelineData

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

Timeline data generated after the chat


userParticipantsΒΆ

userParticipants: string[] | WaldiezChatParticipant[]

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