(id: string)
| 106 | } |
| 107 | |
| 108 | export function deleteAssistant(id: string): AssistantSaveResult { |
| 109 | return getManager().deleteAssistant(id) |
| 110 | } |
| 111 | |
| 112 | export function resetAssistant(id: string): AssistantSaveResult { |
| 113 | return getManager().resetAssistant(id) |
nothing calls this directly
no test coverage detected