AIQuestionOutputTypeEnumΒΆ

class inmydata.ConversationalData.AIQuestionOutputTypeEnum(value)

Bases: Enum

Enum representing the different types of outputs an AI question can produce.

text

A plain text response.

data

A structured data response (e.g., table or raw output).

chart

A visual chart representation.

chart = 2
data = 1
text = 0