MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / default

Method default

crates/chat-cli/src/cli/chat/cli/compact.rs:94–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93impl Default for CompactStrategy {
94 fn default() -> Self {
95 Self {
96 messages_to_exclude: Default::default(),
97 truncate_large_messages: Default::default(),
98 max_message_length: MAX_USER_MESSAGE_SIZE,
99 }
100 }
101}

Callers 3

select_experimentFunction · 0.45
executeMethod · 0.45
select_modelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected