OpenAIStatus type

OpenAI status enumeration

Signature:

export type OpenAIStatus = "connected" | "setupCompleted" | "turnComplete";