Message
Defined in the LLM Providers module.Rust AI Agent SDK A message in a conversation
Fields
| Name | Type | Description |
|---|---|---|
role | Role | The role of the message sender |
content | String | The content of the message |
Option | :is_none")] | Tool call ID (for tool responses) |
tool_call_id | Option<String> | Tool call ID (for tool responses) |
Option | :is_none")] | Tool calls made by the assistant |
tool_calls | Option<Vec<ToolCall>> | Tool calls made by the assistant |
Methods
system
| Name | Type |
|---|---|
content | impl Into<String> |
user
| Name | Type |
|---|---|
content | impl Into<String> |
assistant
| Name | Type |
|---|---|
content | impl Into<String> |
tool
| Name | Type |
|---|---|
tool_call_id | impl Into<String> |
content | impl Into<String> |

