(workspaceId: string)
| 272 | * Kept only for one-way migration during onChat subscription. |
| 273 | */ |
| 274 | export function getAutoRetryKey(workspaceId: string): string { |
| 275 | return `${workspaceId}-autoRetry`; |
| 276 | } |
| 277 | |
| 278 | /** |
| 279 | * Get the localStorage key for the selected agent definition id for a scope. |
no outgoing calls
no test coverage detected