-
Notifications
You must be signed in to change notification settings - Fork 6.2k
fix: Runflow component output error #6942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
CodSpeed Performance ReportMerging #6942 will improve performances by 54.17%Comparing Summary
Benchmarks breakdown
|
Hi! I'm I would like to apply some automated changes to this pull request, but it looks like I don't have the necessary permissions to do so. To get this pull request into a mergeable state, please do one of the following two things:
|
@jeevic Can you grant the Edit access to the maintainers? Also Please update the PR with the latest changes in main |
bug description
use Runflow component in workflow or tool model exception below:

Related code:
debugger and fix
debugger found get run_outputs result not correctly
run_outputs[0].outputs.results is dict type without message attribute 。 so use code get flow result
_, message_result = next(iter(run_outputs[0].outputs[0].results.items()))
return Message Object have text attribute not content attribute