( _toolResult?: string, _resultTokens?: number, )
| 104 | }): void {} |
| 105 | |
| 106 | export function endToolSpan( |
| 107 | _toolResult?: string, |
| 108 | _resultTokens?: number, |
| 109 | ): void { |
| 110 | currentToolSpan = null |
| 111 | } |
| 112 | |
| 113 | export function addToolContentEvent( |
| 114 | _eventName: string, |
no outgoing calls
no test coverage detected