{ "type": "PLAY\_CARD", "card\_id": "b473cd1a-0370-4971-8db5-c5a7f007fee1", "end\_turn": false }
llm = Ollama( model="mistral", ) chat_engine = SimpleChatEngine.from_defaults( llm=llm, system_prompt=system_prompt, output_parser=PydanticOutputParser(output_cls=Choice), )