* Store the most recent user prompt for a session. * * Called from the `chat.message` hook. Only updates if `prompt` * is a non-empty string.
(id: string, prompt: string)
| 128 | * is a non-empty string. |
| 129 | */ |
| 130 | setPrompt(id: string, prompt: string): void |
| 131 | |
| 132 | /** |
| 133 | * Record the start time of a tool invocation for duration tracking. |
no outgoing calls
no test coverage detected