Aleks
Aleks7mo ago

return values from a rest api call to openai assistant to get generated image from code interpreter

I need to extract values from return node after openai assistant call that uses code interpreter to generate an image of a chart. It does not seem possible at the moment. Please advise!
Solution:
HI @Aleks, return node is the ending point of the workflow where the process will hault. You can instead add the node inside the Assistant Node to generate an image chart, you can refer to this example - https://discord.com/channels/853498675484819476/1214155459158868019/1214473204341538856.
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha7mo ago
HI @Aleks, return node is the ending point of the workflow where the process will hault. You can instead add the node inside the Assistant Node to generate an image chart, you can refer to this example - https://discord.com/channels/853498675484819476/1214155459158868019/1214473204341538856.