[Opal ADK] Adds the ability to send binary data to Opal ADK#7857
Open
walker7734 wants to merge 6 commits intomainfrom
Open
[Opal ADK] Adds the ability to send binary data to Opal ADK#7857walker7734 wants to merge 6 commits intomainfrom
walker7734 wants to merge 6 commits intomainfrom
Conversation
…ing off a session id to resume a previously started agent conversation in Opal ADK.
… technically works. However, tuning will need to be done to the prompts provided by the planner and the substituting logic in Breadboard. The Opal ADK agent gets very confused when an input is referenced but it doesn't see it as part of its input. This is because binary input is stored in artifacts in ADK. I updated some prompts on the backend to indicate it should look in the artifacts to find the uploads and this helps but it has a way to go. This will provide a good place to start as it will still send the data to Opal ADK and you can see the agent bang its head against a wall.
📊 Coverage Report
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #<issue_number_goes_here>