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