Skip to content

Commit 0e7961c

Browse files
committed
decrease limit
1 parent da3a0d4 commit 0e7961c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pub const MAX_CURRENT_WORKING_DIRECTORY_LEN: usize = 256;
44

55
/// Limit to send the number of messages as part of chat.
6-
pub const MAX_CONVERSATION_STATE_HISTORY_LEN: usize = 10000;
6+
pub const MAX_CONVERSATION_STATE_HISTORY_LEN: usize = 2000;
77

88
/// Actual service limit is 800_000
99
pub const MAX_TOOL_RESPONSE_SIZE: usize = 400_000;

0 commit comments

Comments
 (0)