OpenAIStreamingChatMessageContent.ToolCallUpdates 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.
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>