MCPcopy Create free account
hub / github.com/DataArcTech/ToG / if_true

Function if_true

ToG/utils.py:172–175  ·  view source on GitHub ↗
(prompt)

Source from the content-addressed store, hash-verified

170
171
172def if_true(prompt):
173 if prompt.lower().strip().replace(" ","")=="yes":
174 return True
175 return False
176
177
178def generate_without_explored_paths(question, args):

Callers 2

reasoningFunction · 0.85
reasoningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected