From 0f75a856c95cefff086c20fc456ef76f000f8937 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Tue, 25 Feb 2025 05:21:35 -0300 Subject: [PATCH] docs: remove unnecessary variable in code example --- docs/input.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/input.md b/docs/input.md index 904f7ddde5..8d2f8ffeab 100644 --- a/docs/input.md +++ b/docs/input.md @@ -12,8 +12,6 @@ If you have a direct URL for the image, you can use [`ImageUrl`][pydantic_ai.Ima ```py {title="main.py" test="skip" lint="skip"} from pydantic_ai import Agent, ImageUrl -image_url = ImageUrl(url='https://iili.io/3Hs4FMg.png') - agent = Agent(model='openai:gpt-4o') result = agent.run_sync( [