{
"projectId": "Peaka Project id",
"messages": "Array containing all the chat messages between user and AI Agent",
"noExecute": "State whether agent should execute generated sql on Peaka takes true of false",
"userIntentReasoning": "State for classifying user intent. Values are: WAITING_FOR_INPUT, TEXT_TO_SQL,DB_SCHEMA_DISCOVERY,USER_INTENT_NOT_CLEAR ",
"tableNames": "Array containing table names extracted from user question by the agent",
"metadata": "Metadata for the tables used by the agent.",
"currentGeneratedQuery": "Generated sql query during generate-query node execution",
"currentQueryError": "Error when generated sql is executed on Peaka",
"invalidQuery": "Flag to current executed query is valid or not",
"currentQueryResult": "Data returned after generated sql is run on Peaka",
"goldSQLs": "Gold sql used in query generation",
"currentQueryReasoning": "Reasoning of the agent during query generation",
"catalogs": "Catalogs of Peaka Project",
"sampleQuestions": "Sample questions generated to guide the user in data exploration."
}