cyberkaida / reverse-engineering-assistant

An AI assistant for reverse engineering tasks 👩‍💻
Apache License 2.0
165 stars 15 forks source link

Send schema exception to the model #32

Closed cyberkaida closed 1 month ago

cyberkaida commented 4 months ago

See issue #29

Schema errors can be corrected by the model, we should catch these exceptions and redirect them back to the model at least once. Only on repeated failure should we raise this exception (#31)

cyberkaida commented 1 month ago

Exceptions are forwarded to the model.