StreamingFunctionToolCallUpdate.ArgumentsUpdate Property

Definition

The next new segment of the function arguments for the function tool called by a streaming tool call. These must be accumulated for the complete contents of the function arguments.

public string ArgumentsUpdate { get; }
member this.ArgumentsUpdate : string
Public ReadOnly Property ArgumentsUpdate As String

Property Value

Remarks

Corresponds to e.g. $.choices[0].delta.tool_calls[0].function.arguments in the REST API schema.

Note that the model does not always generate valid JSON and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.

Applies to