Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
def
if_true(prompt):
173
if
prompt.lower().strip().replace(
" "
,
""
)==
"yes"
:
174
return
True
175
return
False
176
177
178
def
generate_without_explored_paths(question, args):
Callers
2
reasoning
Function · 0.85
reasoning
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected