Share via


CodeInterpreterToolCallItemResource.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.IReadOnlyList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutput> Outputs { get; }
member this.Outputs : System.Collections.Generic.IReadOnlyList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.CodeInterpreterOutput>
Public ReadOnly Property Outputs As IReadOnlyList(Of CodeInterpreterOutput)

Property Value

Applies to