---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/functions/renderStandingInstructions.md
---

# Function: renderStandingInstructions()

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

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

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`
