Skip to content

WaldiezChatMessageProcessingResult

@waldiez/react v0.5.0


WaldiezChatMessageProcessingResult = object

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

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


message?ΒΆ

optional message: WaldiezChatMessage

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


participants?ΒΆ

optional participants: object

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

allΒΆ

all: string[]

usersΒΆ

users: string[]


requestId?ΒΆ

optional requestId: string | null

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