mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
Adding TurnId to Tool call and API responses and error logs. (#3039)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
parent
6c12f9e0d9
commit
063481faa4
26 changed files with 289 additions and 72 deletions
|
|
@ -27,7 +27,11 @@ const renderWithMockedStats = (metrics: SessionMetrics) => {
|
|||
sessionStartTime: new Date(),
|
||||
metrics,
|
||||
lastPromptTokenCount: 0,
|
||||
promptCount: 5,
|
||||
},
|
||||
|
||||
getPromptCount: () => 5,
|
||||
startNewPrompt: vi.fn(),
|
||||
});
|
||||
|
||||
return render(<ModelStatsDisplay />);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue