Share via


OpenAIStreamingChatMessageContent.ToolCallUpdates Property

Definition

Gets any update information in the message about a tool call.

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

Property Value

IReadOnlyList<OpenAI.Chat.StreamingChatToolCallUpdate>

Applies to