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?ΒΆ
optional
id:string
Defined in: src/waldiez/utils/chat/types.ts:23
timestamp?ΒΆ
optional
timestamp:string
Defined in: src/waldiez/utils/chat/types.ts:25
typeΒΆ
type:
string
Defined in: src/waldiez/utils/chat/types.ts:22
uuid?ΒΆ
optional
uuid:string
Defined in: src/waldiez/utils/chat/types.ts:24