()
| 107 | return summary ? `Editing notebook ${summary}` : 'Editing notebook' |
| 108 | }, |
| 109 | get inputSchema(): InputSchema { |
| 110 | return inputSchema() |
| 111 | }, |
| 112 | get outputSchema(): OutputSchema { |
| 113 | return outputSchema() |
| 114 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected