StreamingChatResponseMessageUpdate.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.
The tool calls that must be resolved and have their outputs appended to subsequent input messages for the chat completions request to resolve as configured.
public System.Collections.Generic.IReadOnlyList<Azure.AI.Inference.StreamingChatResponseToolCallUpdate> ToolCalls { get; set; }
member this.ToolCalls : System.Collections.Generic.IReadOnlyList<Azure.AI.Inference.StreamingChatResponseToolCallUpdate> with get, set
Public Property ToolCalls As IReadOnlyList(Of StreamingChatResponseToolCallUpdate)