models/chat_event library
Classes
- ChatEvent
-
Is the type received by the chat stream
It can be a request or a response
The request just contains the message
The response contains the message and the resource usage
Example: - RequestChatEvent
-
Is the type received by the chat stream
It contains the message to be sent to the chat
Example: - ResponseChatEvent
-
Is the type received by the chat stream
It contains the response from the chat and the resource usage
Example: