---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/variables/defaultRenderStandingInstructions.md
description: >-
  Default standing-instructions renderer; alias of {@link
  renderStandingInstructions}.
---

# Variable: defaultRenderStandingInstructions

```ts
const defaultRenderStandingInstructions: (
  items: Iterable<Tokenizable>,
  attrs?: StandingInstructionAttrs,
) => string = renderStandingInstructions;
```

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

Default standing-instructions renderer; alias of [renderStandingInstructions](../functions/renderStandingInstructions.md).

Implements [ChatHelpersCommon.renderStandingInstructions](../llm/ollama/interfaces/ChatHelpersCommon.md#property-renderstandinginstructions).

## Parameters

| Parameter | Type                                                                    |
| --------- | ----------------------------------------------------------------------- |
| `items`   | `Iterable`<[`Tokenizable`](../../common/classes/Tokenizable.md)>      |
| `attrs?`  | [`StandingInstructionAttrs`](../interfaces/StandingInstructionAttrs.md) |

## Returns

`string`
