like-gold
like-gold2mo ago

access data returned by actio

Hi, I am using the App.SYSTEMTOOLS and App.IMAGEANALYSERTOOL as used in the ai_productivity example (https://github.com/ComposioHQ/composio/blob/master/python/examples/ai_productivity/main.py). I need to access the data returned by the App.IMAGEANALYSERTOOL. How to do that? Thanks, Sagar
2 Replies
Soham
Soham2mo ago
Hey Checking. So to make sure I understand correctly, it's working fine for you overall. But you want to specifically access the data that is returned by IMAGEANALYSERTOOL and do something with it?
like-gold
like-gold2mo ago
hi Soham, yes that is true. It is otherwise working fine, except that if I also give the agent the FILE tool, and mention in the prompt to save the results at a particular path, it is not working. Therefore I wanted to access the data, but also because I want to analyse/evaluate/process it