| 1006 | } |
| 1007 | |
| 1008 | StreamResult Gemma4e::parse_stream_content_final(const std::string content) { |
| 1009 | return parse_stream_content_impl(content, true); |
| 1010 | } |
| 1011 | |
| 1012 | StreamResult Gemma4e::parse_stream_content_impl(const std::string content, bool is_final) { |
| 1013 | const std::string MARKER_THINK_START = "<|channel>thought"; |