Skip to content
1 min read · 113 words

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

PropertyTypeDescriptionDefined in
kindstringContent 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
noncestringPer-render nonce binding the envelope's open and close markers together.batteries/llm/chat_common/types.ts:117
tool?stringName of the tool that produced the content, when applicable.batteries/llm/chat_common/types.ts:121