Share via


OpenAIChatMessageContent.ToolCalls Property

Definition

A list of the tools called by the model.

public System.Collections.Generic.IReadOnlyList<OpenAI.Chat.ChatToolCall> ToolCalls { get; }
member this.ToolCalls : System.Collections.Generic.IReadOnlyList<OpenAI.Chat.ChatToolCall>
Public ReadOnly Property ToolCalls As IReadOnlyList(Of ChatToolCall)

Property Value

IReadOnlyList<OpenAI.Chat.ChatToolCall>

Applies to