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 ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I am using the following code: |
Beta Was this translation helpful? Give feedback.
-
|
I am getting following response: |
Beta Was this translation helpful? Give feedback.
-
|
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.
|
Beta Was this translation helpful? Give feedback.

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.