You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please provide some additional details about how to add new tools? I can commit to testing it out and writing a nice Readme about it.
What is the best way to add a new data_provider tool?
How to add RAG search tool that retrieves documents from a knowledge base and returns 1-20 document chunks with sources: text, doc titles and URLs? I already have RAG search (Knowledge Base search) implementation, just need to add it as an extra tool available in the tool calling loop. Maintain this workflow order: kb-search → web-search → scrape-webpage → direct browser tools (if needed)
How to add an API that performs actions, such as create IT ticket in ServiceNow.
The text was updated successfully, but these errors were encountered:
Can you please provide some additional details about how to add new tools? I can commit to testing it out and writing a nice Readme about it.
The text was updated successfully, but these errors were encountered: