// Test parsing a message that starts with <|python_start|> and contains a valid tool call
letparser=PythonicParser::new();
lettext="User wants to get the weather in Mars. <|python_start|>[get_weather(location='Mars', unit='celsius')]<|python_end|> In this way we will get the weather in Mars.";