Tito Costa
Tito Costa
I am trying to collect the results of tools called by a `ChatConversationalAgent`. I get the `handleAgentAction` callback with tool name and input, but I don't know where to get...
- Added a tool to ask a question to or search documents indexed/embedded on [OpenIndex.ai](https://www.openindex.ai) - Added an example for using OpenIndex as a retriever in `examples/src/retrievers` using the ChatGPT...
Extension works ok when hosting on Vercel on default port but the cloud function throws this error on localhost. ``` Error: Unexpected registration response origin "http://localhost:3000", expected "https://localhost" ``` Not...