The community member is having issues with a simple chat engine and output parsing. They are using SimpleChatEngine with a language model and an output parser, but the output is not being returned in the expected Pydantic output class. The comments suggest that the output parser is not being used by the chat engine, and there are no instructions to output anything structured. The community members are asking if there is a way to do a basic chat with chat history and ensure structured output, without using an index or vector store or any data lookup.