-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
questionQuestion about using the SDKQuestion about using the SDK
Description
Question
How can i pass image as input to the Agents?
result = await Runner.run(
agent,
[
{
"role": "user",
"content": [
{
"type": "input_image",
"detail": "auto",
"image_url": f"data:image/jpeg;base64,{b64_image}",
}
],
},
{
"role": "user",
"content": "What do you see in this image?",
},
],
)
i tried this but if the image is too long it is not working, because the request is too long
Metadata
Metadata
Assignees
Labels
questionQuestion about using the SDKQuestion about using the SDK