mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat: enhance usage statistics in qwen logger
This commit is contained in:
@@ -286,9 +286,9 @@ describe('QwenLogger', () => {
|
||||
event_type: 'action',
|
||||
type: 'ide',
|
||||
name: 'ide_connection',
|
||||
snapshots: JSON.stringify({
|
||||
properties: {
|
||||
connection_type: IdeConnectionType.SESSION,
|
||||
}),
|
||||
},
|
||||
}),
|
||||
);
|
||||
});
|
||||
@@ -307,8 +307,10 @@ describe('QwenLogger', () => {
|
||||
type: 'overflow',
|
||||
name: 'kitty_sequence_overflow',
|
||||
subtype: 'kitty_sequence_overflow',
|
||||
snapshots: JSON.stringify({
|
||||
properties: {
|
||||
sequence_length: 1024,
|
||||
},
|
||||
snapshots: JSON.stringify({
|
||||
truncated_sequence: 'truncated...',
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user