Canvas was closed by the user or agent. Default: no-op.
(self, ctx: CanvasProviderCloseRequest)
| 157 | """ |
| 158 | |
| 159 | async def on_close(self, ctx: CanvasProviderCloseRequest) -> None: |
| 160 | """Canvas was closed by the user or agent. Default: no-op.""" |
| 161 | |
| 162 | async def on_action(self, ctx: CanvasProviderInvokeActionRequest) -> Any: |
| 163 | """Handle a non-lifecycle action declared by the canvas.""" |
no outgoing calls
no test coverage detected