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

# Variable: defaultRenderStandingInstructions

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

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

## Parameters

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

## Returns

`string`
