Interface: RetrievableAttrs
Defined in: batteries/llm/chat_common/types.ts:155
Attribute bag rendered onto a retrievable block.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
createdAt? | string | ISO-8601 creation timestamp of the retrievable. | batteries/llm/chat_common/types.ts:161 |
kind? | string | Retrievable classifier. | batteries/llm/chat_common/types.ts:163 |
nonce | string | Per-render nonce binding the block's open and close markers together. | batteries/llm/chat_common/types.ts:157 |
score? | number | Relevance score from the retrieval query. | batteries/llm/chat_common/types.ts:165 |
source? | string | Origin of the retrievable (e.g. the source document or system). | batteries/llm/chat_common/types.ts:159 |