---
url: 'https://adk.nht.io/api/@nhtio/adk/batteries/interfaces/TrustedContentAttrs.md'
description: >-
  Attribute bag rendered onto the trust envelope that wraps trusted
  (first-party) content.
---

# Interface: TrustedContentAttrs

Defined in: [batteries/llm/chat\_common/types.ts:115](https://github.com/NHTIO/ADK/blob/v1.20260609.0/src/batteries/llm/chat_common/types.ts#L115)

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](https://github.com/NHTIO/ADK/blob/v1.20260609.0/src/batteries/llm/chat_common/types.ts#L119) |
|  `modality?` | `"inert"` | `"extractable"` | `"opaque"` | Same semantics as [UntrustedContentAttrs.modality](UntrustedContentAttrs.md#property-modality). | [batteries/llm/chat\_common/types.ts:125](https://github.com/NHTIO/ADK/blob/v1.20260609.0/src/batteries/llm/chat_common/types.ts#L125) |
|  `nonce`        | `string`                                   | Per-render nonce binding the envelope's open and close markers together.                        | [batteries/llm/chat\_common/types.ts:117](https://github.com/NHTIO/ADK/blob/v1.20260609.0/src/batteries/llm/chat_common/types.ts#L117) |
|  `tool?`         | `string`                                   | Name of the tool that produced the content, when applicable.                                    | [batteries/llm/chat\_common/types.ts:121](https://github.com/NHTIO/ADK/blob/v1.20260609.0/src/batteries/llm/chat_common/types.ts#L121) |
