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:
uttamkanodia14 2025-07-10 00:19:30 +05:30 committed by GitHub
parent 6c12f9e0d9
commit 063481faa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 289 additions and 72 deletions

View file

@ -27,7 +27,11 @@ const renderWithMockedStats = (metrics: SessionMetrics) => {
sessionStartTime: new Date(),
metrics,
lastPromptTokenCount: 0,
promptCount: 5,
},
getPromptCount: () => 5,
startNewPrompt: vi.fn(),
});
return render(<ModelStatsDisplay />);