Skip to content
1 min read · 118 words

Interface: RetrievableAttrs

Defined in: batteries/llm/chat_common/types.ts:155

Attribute bag rendered onto a retrievable block.

Properties

PropertyTypeDescriptionDefined in
createdAt?stringISO-8601 creation timestamp of the retrievable.batteries/llm/chat_common/types.ts:161
kind?stringRetrievable classifier.batteries/llm/chat_common/types.ts:163
noncestringPer-render nonce binding the block's open and close markers together.batteries/llm/chat_common/types.ts:157
score?numberRelevance score from the retrieval query.batteries/llm/chat_common/types.ts:165
source?stringOrigin of the retrievable (e.g. the source document or system).batteries/llm/chat_common/types.ts:159