WaldiezChatMessageProcessingResult
WaldiezChatMessageProcessingResult =
object
Defined in: src/waldiez/utils/chat/types.ts:163
Waldiez chat message type. This is the main type used to represent a chat message in Waldiez. It includes the ID, timestamp, type, content, sender, recipient, and request ID.
SeeΒΆ
PropertiesΒΆ
isWorkflowEnd?ΒΆ
optionalisWorkflowEnd:boolean
Defined in: src/waldiez/utils/chat/types.ts:166
message?ΒΆ
optionalmessage:WaldiezChatMessage
Defined in: src/waldiez/utils/chat/types.ts:164
participants?ΒΆ
optionalparticipants:WaldiezChatParticipant[]
Defined in: src/waldiez/utils/chat/types.ts:169
requestId?ΒΆ
optionalrequestId:string|null
Defined in: src/waldiez/utils/chat/types.ts:165
runCompletion?ΒΆ
optionalrunCompletion:WaldiezChatRunCompletionResults
Defined in: src/waldiez/utils/chat/types.ts:168
timeline?ΒΆ
optionaltimeline:WaldiezTimelineData
Defined in: src/waldiez/utils/chat/types.ts:167