WaldiezChatConfig
WaldiezChatConfig =
object
Defined in: src/waldiez/components/chatUI/types.ts:272
Chat configuration type
PropertiesΒΆ
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
showUIΒΆ
showUI:
boolean
Defined in: src/waldiez/components/chatUI/types.ts:274
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
[]
Defined in: src/waldiez/components/chatUI/types.ts:278