(state: ClientToolCallState)
| 54 | } |
| 55 | |
| 56 | function formatRespondLabel(state: ClientToolCallState): string { |
| 57 | void state |
| 58 | return 'Gathering thoughts' |
| 59 | } |
| 60 | |
| 61 | function readStringParam( |
| 62 | params: Record<string, unknown> | undefined, |
no outgoing calls
no test coverage detected