* Record the start time of a tool invocation for duration tracking. * * @param id - Session ID * @param callId - Unique tool call identifier * @param now - Optional timestamp override for testing
(id: string, callId: string, now?: number)
| 137 | * @param now - Optional timestamp override for testing |
| 138 | */ |
| 139 | startTool(id: string, callId: string, now?: number): void |
| 140 | |
| 141 | /** |
| 142 | * Complete a tool invocation and return the elapsed duration. |
no outgoing calls
no test coverage detected