WaldiezChatConfig
WaldiezChatConfig =
object
Defined in: src/waldiez/components/chatUI/types.ts:271
Chat configuration type
PropertiesΒΆ
activeRequest?ΒΆ
optional
activeRequest:WaldiezActiveRequest
Defined in: src/waldiez/components/chatUI/types.ts:280
Current input request (if any)
error?ΒΆ
optional
error:WaldiezChatError
Defined in: src/waldiez/components/chatUI/types.ts:283
Error display (if any)
handlers?ΒΆ
optional
handlers:WaldiezChatHandlers
Defined in: src/waldiez/components/chatUI/types.ts:286
Chat-specific handlers
mediaConfig?ΒΆ
optional
mediaConfig:WaldiezMediaConfig
Defined in: src/waldiez/components/chatUI/types.ts:292
Media handling configuration
messagesΒΆ
messages:
WaldiezChatMessage
[]
Defined in: src/waldiez/components/chatUI/types.ts:276
Chat content
showUIΒΆ
showUI:
boolean
Defined in: src/waldiez/components/chatUI/types.ts:273
Whether to display the chat UI
timeline?ΒΆ
optional
timeline:WaldiezTimelineData
Defined in: src/waldiez/components/chatUI/types.ts:289
Timeline data generated after the chat
userParticipantsΒΆ
userParticipants:
string
[]
Defined in: src/waldiez/components/chatUI/types.ts:277