()
| 576 | } |
| 577 | |
| 578 | export function getTotalAPIDurationWithoutRetries(): number { |
| 579 | return STATE.totalAPIDurationWithoutRetries |
| 580 | } |
| 581 | |
| 582 | export function getTotalToolDuration(): number { |
| 583 | return STATE.totalToolDuration |
no outgoing calls
no test coverage detected