CitationAnnotation クラス

定義

ドキュメント、URL、ファイル、ツールの出力など、ソース参照にコンテンツをリンクする注釈を表します。

public ref class CitationAnnotation : Microsoft::Extensions::AI::AIAnnotation
public class CitationAnnotation : Microsoft.Extensions.AI.AIAnnotation
type CitationAnnotation = class
    inherit AIAnnotation
Public Class CitationAnnotation
Inherits AIAnnotation
継承
CitationAnnotation

コンストラクター

名前 説明
CitationAnnotation()

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

プロパティ

名前 説明
AdditionalProperties

プロバイダーまたはソースの種類に固有の追加のメタデータを取得または設定します。

(継承元 AIAnnotation)
AnnotatedRegions

注釈のターゲット領域を取得または設定します。この注釈が適用 AIContent 関連付けられている場所を指します。

(継承元 AIAnnotation)
FileId

注釈に関連付けられているソース識別子を取得または設定します。

RawRepresentation

基になる実装から注釈の生表現を取得または設定します。

(継承元 AIAnnotation)
Snippet

引用されたソースからのスニペットまたは抜粋を取得または設定します。

Title

ソースのタイトルまたは名前を取得または設定します。

ToolName

関連付けられたコンテンツの生成に関連するすべてのツールの名前を取得または設定します。

Url

ソース マテリアルの取得元の URI を取得または設定します。

適用対象