File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ void common_chat_msg_parser::finish() {
8888 }
8989}
9090
91- [[noreturn]]
91+ [[noreturn]]
9292void common_chat_msg_parser::incomplete (const std::string & message) {
9393 if (is_partial_) {
9494 finish ();
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class common_chat_msg_parser {
6363
6464 void finish ();
6565
66- [[noreturn]]
66+ [[noreturn]]
6767 void incomplete (const std::string & message);
6868
6969 bool consume_spaces ();
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ static void parse_json_tool_calls(
592592 builder.consume_regex (close_regex);
593593 }
594594 continue ;
595- }
595+ }
596596 if (maybe_raw_python) {
597597 auto code = builder.consume_rest ();
598598 std::string arguments;
You can’t perform that action at this time.
0 commit comments