Skip to content

WaldiezChatMessageProcessingResult

@waldiez/react v0.6.0


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ΒΆ

WaldiezChatMessage

PropertiesΒΆ

isWorkflowEnd?ΒΆ

optional isWorkflowEnd: boolean

Defined in: src/waldiez/utils/chat/types.ts:166


message?ΒΆ

optional message: WaldiezChatMessage

Defined in: src/waldiez/utils/chat/types.ts:164


participants?ΒΆ

optional participants: WaldiezChatParticipant[]

Defined in: src/waldiez/utils/chat/types.ts:169


requestId?ΒΆ

optional requestId: string | null

Defined in: src/waldiez/utils/chat/types.ts:165


runCompletion?ΒΆ

optional runCompletion: WaldiezChatRunCompletionResults

Defined in: src/waldiez/utils/chat/types.ts:168


timeline?ΒΆ

optional timeline: WaldiezTimelineData

Defined in: src/waldiez/utils/chat/types.ts:167