mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-30 16:48:51 +02:00
4 lines
183 B
TypeScript
4 lines
183 B
TypeScript
export const MAX_AI_BUILDER_PROMPT_LENGTH = 1000; // characters
|
|
|
|
export const DEFAULT_AUTO_COMPACT_THRESHOLD_TOKENS = 20_000; // Tokens threshold for auto-compacting the conversation
|