We need to integrate the tool into CHAT-UI source code (Forked), as it already supports tool integration. However, we are unsure of how the tools interact with the model and how they are parsed and invoked. Ideally, we should achieve this without modifying the existing code, but if necessary, we may need to update the source. If any modifications are made, we should also ensure to add appropriate documentation.
IMPORTANT: Don't forget to synchronize forked repo with the official one.
The app is deployed here ChatUI, but for testing purposes, it’s recommended to run it locally using the command npm run dev.
We need to integrate the tool into CHAT-UI source code (Forked), as it already supports tool integration. However, we are unsure of how the tools interact with the model and how they are parsed and invoked. Ideally, we should achieve this without modifying the existing code, but if necessary, we may need to update the source. If any modifications are made, we should also ensure to add appropriate documentation.
IMPORTANT: Don't forget to synchronize forked repo with the official one.
The app is deployed here ChatUI, but for testing purposes, it’s recommended to run it locally using the command
npm run dev
.