How can I access resources (images, files) sent by the client inside the "Tools"? #2927
-
|
I'm testing the creation of a tool that can receive an image to process it using Python code instead of passing it directly to the model. This is what I'm trying to use: class ImageTools(Toolkit):
def __init__(self):
super().__init__(name="image_tools")
self.register(self.process_image)
def process_image(self, agent: Union[Agent, Team]):Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
Hi @lvitti, |
Beta Was this translation helpful? Give feedback.
-
|
Is there an update for this use case? E.g. an agent with 2 tools.
Similar to the FileTools |
Beta Was this translation helpful? Give feedback.
-
|
Any updates on this feature? |
Beta Was this translation helpful? Give feedback.
Hi @lvitti,
We don’t support this feature just yet, but it’s part of our upcoming priorities and the team is actively working on it. You can expect it to be rolled out soon!