Open donatienthorez opened 11 months ago
I am sure you already checked but make sure you do not have a naming mismatch for ""My tool" in main .py and tool.py. That is the issue it appears (naming mismatch) in the error log...
@donatienthorez did you end up getting it to work
Hey everyone,
TLDR; I am trying to add my own tool to an OpenGPT. How can I achieve that?
Details explanation I tried adding it to main.py in gizmo-agent:
and declare it in tools.py:
I created the assistant with adding "My tool" in the array:
POST http://127.0.0.1:8100/assistants
This is the erorr log I get on the backend
Any ideas?