---
url: 'https://adk.nht.io/api/@nhtio/adk/batteries/variables/defaultRenderThought.md'
description: 'Default thought renderer; alias of [`renderThought`](https://adk.nht.io/api/@nhtio/adk/batteries/functions/renderThought).'
---

# Variable: defaultRenderThought

```ts
const defaultRenderThought: (
  content: string,
  attrs: ThoughtAttrs,
  payload?: unknown,
) => string = renderThought;
```

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

Default thought renderer; alias of [renderThought](../functions/renderThought.md).

Implements [ChatHelpersCommon.renderThought](../llm/ollama/interfaces/ChatHelpersCommon.md#property-renderthought).

## Parameters

| Parameter  | Type                                            |
| ---------- | ----------------------------------------------- |
| `content`  | `string`                                        |
| `attrs`    | [`ThoughtAttrs`](../interfaces/ThoughtAttrs.md) |
| `payload?` | `unknown`                                       |

## Returns

`string`
