Skip to main content

vtcode_config/constants/
prompt_budget.rs

1/// Shared byte budget used when loading project documentation and instruction files.
2pub const DEFAULT_MAX_BYTES: usize = 16 * 1024;