* Complete a tool invocation and return the elapsed duration. * * Removes the start time entry from the session. If the tool call * was not previously tracked (e.g., plugin restarted mid-call), * returns `undefined`. * * @param id - Session ID * @param callId - Unique tool c
(id: string, callId: string, now?: number)
| 151 | * @returns Elapsed time in milliseconds, or `undefined` |
| 152 | */ |
| 153 | endTool(id: string, callId: string, now?: number): number | undefined |
| 154 | |
| 155 | /** |
| 156 | * Return the number of tracked sessions. |
no outgoing calls
no test coverage detected