ResponseEventStream.AddOutputItemCodeInterpreterCall 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.
Creates a code interpreter call output item scope with the next output index and an auto-generated item ID.
public virtual Azure.AI.AgentServer.Responses.OutputItemCodeInterpreterCallBuilder AddOutputItemCodeInterpreterCall();
abstract member AddOutputItemCodeInterpreterCall : unit -> Azure.AI.AgentServer.Responses.OutputItemCodeInterpreterCallBuilder
override this.AddOutputItemCodeInterpreterCall : unit -> Azure.AI.AgentServer.Responses.OutputItemCodeInterpreterCallBuilder
Public Overridable Function AddOutputItemCodeInterpreterCall () As OutputItemCodeInterpreterCallBuilder
Returns
A new OutputItemCodeInterpreterCallBuilder for the code interpreter call output item.