StreamingFunctionToolCallUpdate.Name 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 name of the function requested by the tool call.
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Property Value
Remarks
Corresponds to e.g. $.choices[0].delta.tool_calls[0].function.name in the REST API schema.
For a streaming function tool call, this name will appear in a single streaming update payload, typically the first. Use the ToolCallIndex property to differentiate between multiple, parallel tool calls when streaming.
Applies to
Azure SDK for .NET