We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3a0d4 commit 0e7961cCopy full SHA for 0e7961c
crates/chat-cli/src/cli/chat/consts.rs
@@ -3,7 +3,7 @@
3
pub const MAX_CURRENT_WORKING_DIRECTORY_LEN: usize = 256;
4
5
/// Limit to send the number of messages as part of chat.
6
-pub const MAX_CONVERSATION_STATE_HISTORY_LEN: usize = 10000;
+pub const MAX_CONVERSATION_STATE_HISTORY_LEN: usize = 2000;
7
8
/// Actual service limit is 800_000
9
pub const MAX_TOOL_RESPONSE_SIZE: usize = 400_000;
0 commit comments