1 2 3 4 5 6 7 8 9
#pragma once #include "marker_probe.h" namespace marker_probes { probe_result chunked_thinking(const common_chat_template & tmpl); } // namespace marker_probes