OutputItemFunctionCallBuilder.EmitArgumentsDelta(String) Method
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.
Produces a response.function_call_arguments.delta event with the given argument chunk.
public virtual Azure.AI.AgentServer.Responses.Models.ResponseFunctionCallArgumentsDeltaEvent EmitArgumentsDelta(string delta);
abstract member EmitArgumentsDelta : string -> Azure.AI.AgentServer.Responses.Models.ResponseFunctionCallArgumentsDeltaEvent
override this.EmitArgumentsDelta : string -> Azure.AI.AgentServer.Responses.Models.ResponseFunctionCallArgumentsDeltaEvent
Public Overridable Function EmitArgumentsDelta (delta As String) As ResponseFunctionCallArgumentsDeltaEvent
Parameters
- delta
- String
The argument chunk to send as a delta.
Returns
A ResponseFunctionCallArgumentsDeltaEvent with the delta.