A chat session with Abacus Data Science Co-pilot.
| KEY | TYPE | Description |
|---|---|---|
| answer | str | The response from the chatbot |
| chatSessionId | str | The chat session id |
| projectId | str | The project id associated with the chat session |
| name | str | The name of the chat session |
| createdAt | str | The timestamp at which the chat session was created |
| status | str | The status of the chat sessions |
| aiBuildingInProgress | bool | Whether the AI building is in progress or not |
| notification | str | A warn/info message about the chat session. For example, a suggestion to create a new session if the current one is too old |
| whiteboard | str | A set of whiteboard notes associated with the chat session |
| chatHistory | ChatMessage | The chat history for the conversation |
| nextAiBuildingTask | AiBuildingTask | The next AI building task for the chat session |