CodeInterpreterToolResultContent.Outputs Propriedade

Definição

Obtém ou define a saída da ferramenta de interpretador de código.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ Outputs { System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent>? Outputs { get; set; }
member this.Outputs : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> with get, set
Public Property Outputs As IList(Of AIContent)

Valor da propriedade

Comentários

As saídas podem incluir vários tipos de conteúdo, como HostedFileContent para arquivos, DataContent para dados binários, TextContent para texto de saída padrão ou outros AIContent tipos com suporte do serviço.

Aplica-se a