* A conversation surface opened (e.g. the Slack assistant pane). Greet, set * suggested prompts, set a title, or run the agent. Adapters without the * concept never fire this.
(h: ThreadStartHandler<TState>)
| 202 | * concept never fire this. |
| 203 | */ |
| 204 | onThreadStarted(h: ThreadStartHandler<TState>): void; |
| 205 | /** Handle clicks on a specific action `id`. `ctx.action.value` is typed as `TValue`. */ |
| 206 | onInteraction<TValue = unknown>( |
| 207 | id: string, |
no outgoing calls
no test coverage detected