---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/bedrock_converse/helpers/variables/DEFAULT_CONVERSE_BUCKET_ORDER.md
description: >-
  Default context-bucket order for the system blocks; matches the other chat
  batteries.
---

# Variable: DEFAULT\_CONVERSE\_BUCKET\_ORDER

```ts
const DEFAULT_CONVERSE_BUCKET_ORDER: readonly [
  "standingInstructions",
  "memories",
  "retrievables",
  "timeline",
];
```

Defined in: [src/batteries/llm/bedrock\_converse/helpers.ts:88](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/llm/bedrock_converse/helpers.ts#L88)

Default context-bucket order for the system blocks; matches the other chat batteries.
