ChatMessageResponse.ToolCalls

ChatMessageResponse.ToolCalls property

Gets or sets the tool calls generated by the model, such as function calls.

public List<ToolCall> ToolCalls { get; set; }

See Also