BaseKnowledgeBaseReference interface
参照の基本型。
プロパティ
| activity |
参照のソース・アクティビティー ID。 |
| id | 参照の ID。 |
| reranker |
ドキュメント参照のリランカースコア。 |
| source |
<any の辞書> |
| type | ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
プロパティの詳細
activitySource
参照のソース・アクティビティー ID。
activitySource: number
プロパティ値
number
id
参照の ID。
id: string
プロパティ値
string
rerankerScore
ドキュメント参照のリランカースコア。
rerankerScore?: number
プロパティ値
number
sourceData
<any の辞書>
sourceData?: {[propertyName: string]: any}
プロパティ値
{[propertyName: string]: any}
type
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
type: "azureBlob" | "searchIndex" | "indexedSharePoint" | "indexedOneLake" | "web" | "remoteSharePoint"
プロパティ値
"azureBlob" | "searchIndex" | "indexedSharePoint" | "indexedOneLake" | "web" | "remoteSharePoint"