Share via


BaseKnowledgeBaseReference interface

Base type for references.

Properties

activitySource

The source activity ID for the reference.

id

The ID of the reference.

rerankerScore

The reranker score for the document reference.

sourceData

Dictionary of <any>

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

activitySource

The source activity ID for the reference.

activitySource: number

Property Value

number

id

The ID of the reference.

id: string

Property Value

string

rerankerScore

The reranker score for the document reference.

rerankerScore?: number

Property Value

number

sourceData

Dictionary of <any>

sourceData?: {[propertyName: string]: any}

Property Value

{[propertyName: string]: any}

type

Polymorphic discriminator, which specifies the different types this object can be

type: "azureBlob" | "searchIndex" | "indexedSharePoint" | "indexedOneLake" | "web" | "remoteSharePoint"

Property Value

"azureBlob" | "searchIndex" | "indexedSharePoint" | "indexedOneLake" | "web" | "remoteSharePoint"