MessageTemplate#
- class nemo_microservices.types.shared_params.MessageTemplate
Bases:
TypedDict- content: Required[str]
The content of the message.
- type: Required[str]
The type of message, e.g., ‘assistant’, ‘user’, ‘system’.
Bases: TypedDict
The content of the message.
The type of message, e.g., ‘assistant’, ‘user’, ‘system’.