ToolCallResult Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of executing tool calls, including success and failure messages.
public struct ToolCallResult
type ToolCallResult = struct
Public Structure ToolCallResult
- Inheritance
-
ToolCallResult
Constructors
| Name | Description |
|---|---|
| ToolCallResult(IEnumerable<ToolChatMessage>, List<String>) |
Initializes a new instance of the ToolCallResult struct. |
Properties
| Name | Description |
|---|---|
| Failed |
Gets the optional list of tool call IDs that failed to execute. |
| Messages |
Gets the collection of tool chat messages representing successful tool call results. |