We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e4c3e commit 992c6d1Copy full SHA for 992c6d1
docs/input.md
@@ -12,8 +12,6 @@ If you have a direct URL for the image, you can use [`ImageUrl`][pydantic_ai.Ima
12
```py {title="main.py" test="skip" lint="skip"}
13
from pydantic_ai import Agent, ImageUrl
14
15
-image_url = ImageUrl(url='https://iili.io/3Hs4FMg.png')
16
-
17
agent = Agent(model='openai:gpt-4o')
18
result = agent.run_sync(
19
[
0 commit comments