George Everitt
George Everitt
JSON output does not properly reflect the JavaScript data structures. For example: http://demo.appliedrelevance.com:8005/taxonomies/list.xml ``` xml 1 100 1 1 df9db0c4-73c1-f4cb-a8f8-e325e31f033914abf801 "Taxonomy01" ``` http://demo.appliedrelevance.com:8005/taxonomies/list.json ``` javascript {"currentpage":"1","pagesize":"100","totalpages":"1","totalrecords":"1","uuid":"df9db0c4-73c1-f4cb-a8f8-e325e31f033914abf801","taxonomyId":"","taxonomyName":"\"Taxonomy01\"","taxonomyDescription":"","taxonomyEnabled":""} ``` Note that the...
The only tool I can get to work is SerperDevTool. Other tools like ScrapeWebsiteTool and WebsiteSearchTool do not work. I've tried running the tool_instance directly and running it from within...
It looks like crewai-tools is corrupt on the pypi site. `pip install crewai-tools ` does not install the "add" method on in embedchain_adapter.py. Installing directly from github solves the problem:...
## Description During the Frappe cloud deployment process, Git displays a warning message about using 'master' as the initial branch name, even when users have configured their global Git settings...