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

Method generate_with_prompt

src/common/AutoModel/modeling_gemma3_text.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86std::string Gemma3_Text_Only::generate_with_prompt(chat_meta_info_t& meta_info, lm_uniform_input_t& input, int length_limit, std::ostream& os) {
87 if (!this->insert(meta_info, input)) {
88 return "";
89 }
90 return this->_shared_generate(meta_info, length_limit, os);
91}

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
_shared_generateMethod · 0.80

Tested by

no test coverage detected