Support structured content results from custom tools #162
Replies: 3 comments
-
|
Possibly related contribution from @sepehr500 — opened #255 which appears to be addressing this. Their summary: Widens the Implementation: sepehr500/flue@mizan/custom-tool-image-results (diff) This comment was posted automatically when #255 was redirected. The implementation is preserved on the branch above so it can inform the work here. |
Beta Was this translation helpful? Give feedback.
-
|
Hello! I made #255 as a small tweak to allow tools to return images. session.prompt already supported images as well as pi so this was just a small tweak to allow for the capability. In the mean time i'm doing a patch script locally. Not having this prevents the agent from doing robust design work or verifying visual output. |
Beta Was this translation helpful? Give feedback.
-
|
Ideally not only text/images, but Pi-like support for details and terminate as well would be useful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Allows custom tools to return either the existing string result or a native
AgentToolResult, preserving text/image content blocks instead of forcing all custom tool output into textOriginal implementation from #161 by @chroxify
Beta Was this translation helpful? Give feedback.
All reactions