ai / backend /agents /reflection_agent.py
3v324v23's picture
agent
b4291bc
Raw
History Blame Contribute Delete
67 Bytes
def has_enough_evidence(results) -> bool:
return bool(results)