ToolCallResult Struct

Definition

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.

Applies to