Compartilhar via


StreamingFunctionToolCallUpdate.Name Property

Definition

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