Package nl.dannyj.mistral.models.completion.message
package nl.dannyj.mistral.models.completion.message
-
ClassDescriptionRepresents a message with the 'assistant' role in a chat conversation.Represents a single message in a chat conversation, serving as the base for different message types (system, user, assistant, tool).Represents the delta content within a streamed chat completion choice.A chunk of a message in a conversation.The role of the message.Represents a message with the 'system' role in a chat conversation.Represents a message with the 'tool' role in a chat conversation.Represents a message with the 'user' role in a chat conversation.