Skip to content

Commit 8184a7b

Browse files
chore: update max tool response size to match the backend limit (#850)
1 parent dd83ccd commit 8184a7b

File tree

1 file changed

+1
-1
lines changed
  • crates/q_cli/src/cli/chat/tools

1 file changed

+1
-1
lines changed

crates/q_cli/src/cli/chat/tools/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use use_aws::UseAws;
2828

2929
use super::parser::ToolUse;
3030

31-
pub const MAX_TOOL_RESPONSE_SIZE: usize = 30720;
31+
pub const MAX_TOOL_RESPONSE_SIZE: usize = 800000;
3232

3333
/// Represents an executable tool use.
3434
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)