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

# Variable: defaultRenderUntrustedContent

```ts
const defaultRenderUntrustedContent: (
  content: string,
  attrs: UntrustedContentAttrs,
) => string = renderUntrustedContent;
```

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

## Parameters

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

## Returns

`string`
