Shared Task: I need to analyze the tests/test-chat.cpp file to identify which tests still need migration from the old parser system to the new auto-parser system. Please: 1. Find the `test_template_output_parsers` function and list all the test cases it contains 2. Find the `test_template_output_peg_parsers` function and list all the test cases it contains 3. Compare the two lists to identify which models/formats still need migration 4. Look for any patterns in the test cases that might indicate which ones are more complex to migrate Focus on identifying the specific test cases that need to be moved from the old function to the new function. This will help us plan the migration work more effectively.