@copilot NEVER make functions which return "true" and "false" to designate failure. Use exception raising and handling.
Originally posted by @nathanjmcdougall in #1756
Pythonic functions shouldn't use bool returns to designate success/failure. We should update the agent config accordingly.
Originally posted by @nathanjmcdougall in #1756
Pythonic functions shouldn't use bool returns to designate success/failure. We should update the agent config accordingly.