Skip to content

Commit a874145

Browse files
friggeriCopilot
andauthored
Update python/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 32b76be commit a874145

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

python/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ The SDK supports image attachments via the `attachments` parameter. You can atta
163163
await session.send({
164164
"prompt": "What's in this image?",
165165
"attachments": [
166-
Attachment(
167-
type="file",
168-
path="/path/to/image.jpg"
169-
)
166+
{
167+
"type": "file",
168+
"path": "/path/to/image.jpg",
169+
}
170170
]
171171
})
172172
```

0 commit comments

Comments
 (0)