Type alias ChatLogLevel

ChatLogLevel: "debug" | "info" | "error"

Represents the severity level of a log message.

  • debug - Diagnostic messages
  • info - Informational messages
  • error - Error or warnings messages

Generated using TypeDoc