Is it possible to return Image as an response, so that ADK cli can show it as part of the conversation ? #2461
|
Is it possible to return Image as an response, so that ADK cli can show it as part of the conversation ? |
Answered by
Jacksunwei
Aug 11, 2025
Replies: 3 comments 1 reply
|
I am using the following code: |
0 replies
|
I am getting following response: |
0 replies
|
You could refer to this sample: https://github.com/google/adk-python/tree/main/contributing/samples/generate_image Basically, using an artifact to store the image and adk web ui will render that for you.
|
1 reply
Answer selected by
Jacksunwei
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You could refer to this sample: https://github.com/google/adk-python/tree/main/contributing/samples/generate_image
Basically, using an artifact to store the image and adk web ui will render that for you.