cohere-toolkit icon indicating copy to clipboard operation
cohere-toolkit copied to clipboard

backend: Refactor Retriever/Function tools into single Tool concept

Open tianjing-li opened this issue 9 months ago • 0 comments

  • 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

tianjing-li avatar May 24 '24 15:05 tianjing-li