Share via


CodeInterpreterToolCallItemParam.Outputs Property

Definition

The outputs generated by the code interpreter, such as logs or images. Can be null if no outputs are available. Please note CodeInterpreterOutput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CodeInterpreterOutputImage and CodeInterpreterOutputLogs.

public System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutput> Outputs { get; set; }
member this.Outputs : System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutput> with get, set
Public Property Outputs As IList(Of CodeInterpreterOutput)

Property Value

Applies to