Skip to content

remora-monorepo


remora-monorepo / lib / MAXIMUM_PROMPT_LENGTH

Variable: MAXIMUM_PROMPT_LENGTH

const MAXIMUM_PROMPT_LENGTH: 100000 = 100_000

Defined in: packages/core/src/prompt-size.ts:5

Default maximum token count for a fully rendered prompt (template + variables). Applies at both compile time (template-only check) and execution time (rendered prompt check).