次の方法で共有


WebSearchToolResultContent.Results プロパティ

定義

Web 検索結果を取得または設定します。

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

プロパティ値

注釈

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

適用対象