---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/variables/defaultRenderTrustedContent.md
description: 'Default trusted-content renderer; alias of [`renderTrustedContent`](https://adk.nht.io/api/@nhtio/adk/batteries/functions/renderTrustedContent).'
---

# Variable: defaultRenderTrustedContent

```ts
const defaultRenderTrustedContent: (
  content: string,
  attrs: TrustedContentAttrs,
) => string = renderTrustedContent;
```

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

Default trusted-content renderer; alias of [renderTrustedContent](../functions/renderTrustedContent.md).

Implements [ChatHelpersCommon.renderTrustedContent](../llm/ollama/interfaces/ChatHelpersCommon.md#property-rendertrustedcontent).

## Parameters

| Parameter | Type                                                          |
| --------- | ------------------------------------------------------------- |
| `content` | `string`                                                      |
| `attrs`   | [`TrustedContentAttrs`](../interfaces/TrustedContentAttrs.md) |

## Returns

`string`
