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

Method getMaxShortMemoryLength

main/interface/model/Completion.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 unsigned int Completion::getMaxShortMemoryLength() const {
136 return max_short_memory_length;
137 }
138
139 void Completion::setMaxShortMemoryLength(unsigned int maxShortMemoryLength) {
140 max_short_memory_length = maxShortMemoryLength;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected