WebSearchToolResultContent.Outputs プロパティ

定義

Web 検索の出力を取得または設定します。

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)

プロパティ値

注釈

各出力は、検索中に見つかった Web ページの結果を表します。通常は、 UriContent インスタンスです。 結果に対してタイトルを使用できる場合は、キー AdditionalPropertiesの下にあるアイテムの"title"に格納される可能性があります。

適用対象