Skip to main content
Files
soma_codemode/runner_drive/
limits.rs
1
pub const
MAX_PENDING_TOOL_CALLS: usize =
512
;
2
pub const
MAX_INTERNAL_CALLS: usize =
32
;