cohere-toolkit
cohere-toolkit copied to clipboard
backend: Refactor Retriever/Function tools into single Tool concept
- Removes the notion of Retriever or Function tools, they are now all considered tools
- Now all tools should inherit from
BaseTool
- Updates all existing config and imports
- Updates unit tests