KnowledgeBaseRetrievalRequest interface

The input contract for the retrieval request.

Properties

includeActivity

Indicates retrieval results should include activity information.

intents

A list of intended queries to execute without model query planning.

knowledgeSourceParams

A list of runtime parameters for the knowledge sources.

maxOutputDocuments

Limits the maximum number of documents in the output.

maxOutputSize

Limits the maximum size of the content in the output.

maxOutputSizeInTokens

Limits the maximum size of the content in the output.

maxRuntimeInSeconds

The maximum runtime in seconds.

messages

A list of chat message style input.

outputMode

The output configuration for this retrieval.

retrievalReasoningEffort

The retrieval reasoning effort configuration.

Property Details

includeActivity

Indicates retrieval results should include activity information.

includeActivity?: boolean

Property Value

boolean

intents

A list of intended queries to execute without model query planning.

intents?: KnowledgeRetrievalIntentUnion[]

Property Value

knowledgeSourceParams

A list of runtime parameters for the knowledge sources.

knowledgeSourceParams?: KnowledgeSourceParamsUnion[]

Property Value

maxOutputDocuments

Limits the maximum number of documents in the output.

maxOutputDocuments?: number

Property Value

number

maxOutputSize

Limits the maximum size of the content in the output.

maxOutputSize?: number

Property Value

number

maxOutputSizeInTokens

Limits the maximum size of the content in the output.

maxOutputSizeInTokens?: number

Property Value

number

maxRuntimeInSeconds

The maximum runtime in seconds.

maxRuntimeInSeconds?: number

Property Value

number

messages

A list of chat message style input.

messages?: KnowledgeBaseMessage[]

Property Value

outputMode

The output configuration for this retrieval.

outputMode?: string

Property Value

string

retrievalReasoningEffort

The retrieval reasoning effort configuration.

retrievalReasoningEffort?: KnowledgeRetrievalReasoningEffortUnion

Property Value