MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / add_content

Method add_content

smallthinker/common/chat-parser.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void common_chat_msg_parser::add_content(const std::string &content) {
33 result_.content += content;
34}
35
36void common_chat_msg_parser::add_reasoning_content(const std::string &reasoning_content) {
37 result_.reasoning_content += reasoning_content;

Calls

no outgoing calls

Tested by

no test coverage detected