| 939 | } |
| 940 | |
| 941 | common_chat_msg parse(const std::string & msg, bool is_partial) const { |
| 942 | common_chat_parser_params parser_params(params_); |
| 943 | parser_params.debug = detailed_debug_; |
| 944 | return common_chat_peg_parse(arena_, msg, is_partial, parser_params); |
| 945 | } |
| 946 | }; |
| 947 | |
| 948 | // Global template filter for --template flag |
no test coverage detected