frazik-main / AmplifyGPT

Java library to amplify your project with Auto-GPT like features
MIT License
4 stars 0 forks source link

Fix stagingTool in Agent.java #19

Closed frazik-main closed 1 year ago

frazik-main commented 1 year ago

stagingTool in Agent.java have <String, Object> type, but sometimes it behaves as <String, String)> We need to investigate this and fix it.