Skip to content

WaldiezChatMessageProcessingResult

@waldiez/react v0.5.9


WaldiezChatMessageProcessingResult = object

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

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:156


message?ΒΆ

optional message: WaldiezChatMessage

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


participants?ΒΆ

optional participants: object

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

allΒΆ

all: string[]

usersΒΆ

users: string[]


requestId?ΒΆ

optional requestId: string | null

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


runCompletion?ΒΆ

optional runCompletion: RunCompletionResults

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


timeline?ΒΆ

optional timeline: WaldiezTimelineData

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