| Class | Description |
|---|---|
| AiMessage |
Represents a response message from an AI (LLM).
|
| ChatMessage | |
| ChatMessageDeserializer | |
| ChatMessageSerializer | |
| SystemMessage |
Represents a system message, typically defined by a developer.
|
| ToolExecutionResultMessage |
Represents the result of a tool execution.
|
| UserMessage |
Represents a message from a user, typically an end user of the application.
|
| Enum | Description |
|---|---|
| ChatMessageType |
Copyright © 2023. All rights reserved.