(id: string)
| 78 | } |
| 79 | |
| 80 | export function getAssistantConfig(id: string): AssistantConfig | null { |
| 81 | return getManager().getAssistantConfig(id) |
| 82 | } |
| 83 | |
| 84 | export function hasAssistant(id: string): boolean { |
| 85 | return getManager().hasAssistant(id) |
nothing calls this directly
no test coverage detected