cyberkaida / reverse-engineering-assistant

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

The exception type that should go to the model does not #22

Closed cyberkaida closed 7 months ago

cyberkaida commented 8 months ago

The exception type for reporting issue with the LLM's input to a function does not get routed to the LLM on modern langchain and instead sends to the user.

cyberkaida commented 8 months ago

This was fixed in the last stream. Added a wrapper to redirect the exception.

cyberkaida commented 7 months ago

Fixed in b17464bf996bed6ee8fe4ed0f528ab2073a05371 with the ToolWrapper