WaldiezChatConfig
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?ΒΆ
optionalactiveRequest:WaldiezActiveRequest
Defined in: src/waldiez/components/chatUI/types.ts:282
Current input request (if any)
error?ΒΆ
optionalerror:WaldiezChatError
Defined in: src/waldiez/components/chatUI/types.ts:285
Error display (if any)
handlers?ΒΆ
optionalhandlers:WaldiezChatHandlers
Defined in: src/waldiez/components/chatUI/types.ts:288
Chat-specific handlers
mediaConfig?ΒΆ
optionalmediaConfig: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?ΒΆ
optionaltimeline: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