(id: string, model: string | null, namespace: string, options?: { touchUpdatedAt?: boolean })
| 65 | } |
| 66 | |
| 67 | setSessionModel(id: string, model: string | null, namespace: string, options?: { touchUpdatedAt?: boolean }): boolean { |
| 68 | return setSessionModel(this.db, id, model, namespace, options) |
| 69 | } |
| 70 | |
| 71 | setSessionModelReasoningEffort( |
| 72 | id: string, |
no test coverage detected