MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / stop

Method stop

python/src/llm/response.rs:167–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 /// Create Stop finish reason
166 #[staticmethod]
167 fn stop() -> Self {
168 Self {
169 inner: CoreFinishReason::Stop,
170 }
171 }
172
173 /// Create Length finish reason
174 #[staticmethod]

Callers 2

chatbot.pyFile · 0.80
stop_monitoringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected