UNPKG

@io-maana/q-assistant-client

Version:

JavaScript package to streamline communication between an assistant and the Maana Q Assistant API.

8 lines (7 loc) 148 B
/** * The different states that the assistant can be in. */ export const AssistantState = Object.freeze({ WORKING: 'WORKING', IDLE: 'IDLE' })