TextContentBuilder.EmitDelta(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.output_text.delta event with the given text chunk.
public virtual Azure.AI.AgentServer.Responses.Models.ResponseTextDeltaEvent EmitDelta(string text);
abstract member EmitDelta : string -> Azure.AI.AgentServer.Responses.Models.ResponseTextDeltaEvent
override this.EmitDelta : string -> Azure.AI.AgentServer.Responses.Models.ResponseTextDeltaEvent
Public Overridable Function EmitDelta (text As String) As ResponseTextDeltaEvent
Parameters
- text
- String
The text chunk to send as a delta.
Returns
A ResponseTextDeltaEvent with the text delta.