Hannah
Hannah
When trying to chat with any LLM while any tool is enabled it instantly responds with: `{"message":"An unexpected error occurred"}`  
Adds two things: 1. **Custom-Headers:** Adds support for custom headers for api calls (for authentication etc.) 2. **Request type:** Most api's want the request to be contained in the request...
The maximum length of API calls when using tools seems to be only 5s in the hosted version, I believe it's related to this issue: https://stackoverflow.com/questions/68771480/nextjs-vercel-504-error-function-invocation-timeout This is the exact...