* Update the model and provider for a session. * * Called from the `chat.message` hook when model info is available. * Only updates fields that are non-empty — passing `undefined` * preserves the existing value. * * @param id - Session ID * @param provider - Provider ident
(id: string, provider?: string, model?: string)
| 120 | * @param model - Model identifier (e.g., "claude-sonnet-4-20250514") |
| 121 | */ |
| 122 | setModel(id: string, provider?: string, model?: string): void |
| 123 | |
| 124 | /** |
| 125 | * Store the most recent user prompt for a session. |
no outgoing calls
no test coverage detected