(builtinId: string)
| 90 | } |
| 91 | |
| 92 | export function importAssistant(builtinId: string): AssistantSaveResult { |
| 93 | return getManager().importAssistant(builtinId) |
| 94 | } |
| 95 | |
| 96 | export function reimportAssistant(id: string): AssistantSaveResult { |
| 97 | return getManager().reimportAssistant(id) |
nothing calls this directly
no test coverage detected