StreamingFunctionToolCallUpdate.ArgumentsUpdate 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 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.