Share via


McpServerToolResultContent.Output Property

Definition

Gets or sets the output of the tool call.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::AIContent ^> ^ Output { 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>? Output { get; set; }
member this.Output : System.Collections.Generic.IList<Microsoft.Extensions.AI.AIContent> with get, set
Public Property Output As IList(Of AIContent)

Property Value

Applies to