---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/gemini_generate_content/helpers/variables/DEFAULT_GEMINI_BUCKET_ORDER.md
description: Default context-bucket order for the system instruction.
---

# Variable: DEFAULT\_GEMINI\_BUCKET\_ORDER

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

Defined in: [src/batteries/llm/gemini\_generate\_content/helpers.ts:98](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/llm/gemini_generate_content/helpers.ts#L98)

Default context-bucket order for the system instruction.

## Remarks

Matches the other chat batteries so a consumer switching batteries gets the same system-prompt
layout. Exported so a caller can reorder without reconstructing the whole list.
