MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / parse_stream_content_final

Method parse_stream_content_final

src/common/AutoModel/modeling_gemma4e.cpp:1008–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

send_responseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected