Skip to content
1 min read · 18 words

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

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