()
| 592 | } |
| 593 | |
| 594 | export function getTotalAPIDurationWithoutRetries(): number { |
| 595 | return STATE.totalAPIDurationWithoutRetries |
| 596 | } |
| 597 | |
| 598 | export function getTotalToolDuration(): number { |
| 599 | return STATE.totalToolDuration |
no outgoing calls
no test coverage detected