WaldiezChatBaseMessageData
WaldiezChatBaseMessageData =
object
Defined in: src/waldiez/utils/chat/types.ts:21
Base message data structure This is the common structure for all message types. It includes the type of message, an optional ID, and a timestamp.
PropertiesΒΆ
id?ΒΆ
optionalid:string
Defined in: src/waldiez/utils/chat/types.ts:23
timestamp?ΒΆ
optionaltimestamp:string
Defined in: src/waldiez/utils/chat/types.ts:25
typeΒΆ
type:
string
Defined in: src/waldiez/utils/chat/types.ts:22
uuid?ΒΆ
optionaluuid:string
Defined in: src/waldiez/utils/chat/types.ts:24