(workspaceId: string)
| 200 | * Get the localStorage key for the user's preferred model for a workspace |
| 201 | */ |
| 202 | export function getModelKey(workspaceId: string): string { |
| 203 | return `model:${workspaceId}`; |
| 204 | } |
| 205 | |
| 206 | /** |
| 207 | * Get the localStorage key for the input text for a workspace |
no outgoing calls