export const TOOL_EXECUTION_TIMEOUT_MS = 30_000; export const TOOL_OUTPUT_MAX_CHARS = 100_000; export const TOOL_DESCRIPTION_MAX_CHARS = 1_024;