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
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.