---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/openai_chat_completions/helpers/variables/defaultRenderTrustedContent.md
---

# Variable: defaultRenderTrustedContent

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

Defined in: [batteries/llm/openai\_chat\_completions/helpers.ts:224](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/batteries/llm/openai_chat_completions/helpers.ts#L224)

## Parameters

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

## Returns

`string`
