KnowledgeBaseRetrieveDefaults interface

Persisted request-wide defaults for knowledge base retrieve requests. Each value provides the default for the matching retrieve-request field; service defaults apply when unset, and request-time values take precedence when present.

Properties

maxOutputDocuments

The default maximum number of documents in the retrieve output.

maxOutputSizeInTokens

The default maximum size, in tokens, of the content in the retrieve output.

maxRuntimeInSeconds

The default maximum runtime in seconds for a retrieve request.

Property Details

maxOutputDocuments

The default maximum number of documents in the retrieve output.

maxOutputDocuments?: number

Property Value

number

maxOutputSizeInTokens

The default maximum size, in tokens, of the content in the retrieve output.

maxOutputSizeInTokens?: number

Property Value

number

maxRuntimeInSeconds

The default maximum runtime in seconds for a retrieve request.

maxRuntimeInSeconds?: number

Property Value

number