()
| 5 | * Used for unauthenticated users |
| 6 | */ |
| 7 | export function getPersistedModelName(): string | null { |
| 8 | const globalContext = new GlobalContext(); |
| 9 | return globalContext.get("cliSelectedModel") ?? null; |
| 10 | } |
| 11 | |
| 12 | /** |
| 13 | * Persist the model name for CLI to GlobalContext |
no test coverage detected