OpenAIChatMessageContent.ToolCalls Property
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.
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>