次の方法で共有


WebSearchToolResultContent クラス

定義

ホストされているサービスによる Web 検索ツールの呼び出しの結果を表します。

public ref class WebSearchToolResultContent sealed : Microsoft::Extensions::AI::ToolResultContent
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public sealed class WebSearchToolResultContent : Microsoft.Extensions.AI.ToolResultContent
public sealed class WebSearchToolResultContent : Microsoft.Extensions.AI.ToolResultContent
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type WebSearchToolResultContent = class
    inherit ToolResultContent
type WebSearchToolResultContent = class
    inherit ToolResultContent
Public NotInheritable Class WebSearchToolResultContent
Inherits ToolResultContent
継承
WebSearchToolResultContent
属性

注釈

このコンテンツ タイプは、ホストされている AI サービスの Web 検索ツールによって検出された結果を表します。 結果には、検索中に見つかった Web ページを説明する AIContent 項目の一覧 (通常は UriContent インスタンス) が含まれます。

コンストラクター

名前 説明
WebSearchToolResultContent(String)

WebSearchToolResultContent クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AdditionalProperties

コンテンツの追加のプロパティを取得または設定します。

(継承元 AIContent)
Annotations

このコンテンツの注釈の一覧を取得または設定します。

(継承元 AIContent)
CallId

これが結果であるツール呼び出しの ID を取得します。

(継承元 ToolResultContent)
RawRepresentation

基になる実装からコンテンツの生の表現を取得または設定します。

(継承元 AIContent)
Results

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

適用対象