Interface: TrustedContentAttrs
Defined in: batteries/llm/chat_common/types.ts:115
Attribute bag rendered onto the trust envelope that wraps trusted (first-party) content.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
kind | string | Content classifier rendered on the envelope. | batteries/llm/chat_common/types.ts:119 |
modality? | "inert" | "extractable" | "opaque" | Same semantics as UntrustedContentAttrs.modality. | batteries/llm/chat_common/types.ts:125 |
nonce | string | Per-render nonce binding the envelope's open and close markers together. | batteries/llm/chat_common/types.ts:117 |
tool? | string | Name of the tool that produced the content, when applicable. | batteries/llm/chat_common/types.ts:121 |