MCPcopy Create free account
hub / github.com/LagPixelLOL/ChatGPTCLIBot / getMaxReferenceLength

Method getMaxReferenceLength

main/interface/model/Completion.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 unsigned int Completion::getMaxReferenceLength() const {
144 return max_reference_length;
145 }
146
147 void Completion::setMaxReferenceLength(unsigned int maxReferenceLength) {
148 max_reference_length = maxReferenceLength;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected