helloparthshah commited on
Commit
994ba37
·
1 Parent(s): 64a2e26

Renamed the file to fit with the naming scheme

Browse files
CEO/{toolLoader.py → tool_loader.py} RENAMED
@@ -62,5 +62,5 @@ class ToolLoader:
62
  toolLoader = ToolLoader()
63
 
64
  # Example usage
65
- print(toolLoader.getTools())
66
- print(toolLoader.runTool("AgentCreator", {"agent_name": "Kunla","base_model":"llama3.2","system_prompt": "You love making the indian dish called Kulcha. You declare that in every conversation you have in a witty way." }))
 
62
  toolLoader = ToolLoader()
63
 
64
  # Example usage
65
+ # print(toolLoader.getTools())
66
+ # print(toolLoader.runTool("AgentCreator", {"agent_name": "Kunla","base_model":"llama3.2","system_prompt": "You love making the indian dish called Kulcha. You declare that in every conversation you have in a witty way." }))