Skip to content

Commit 21082cb

Browse files
Merge pull request #311 from mistralai/fix-library-agent
Fix image - library Agent
2 parents 60068ff + a77cd35 commit 21082cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agents/connectors/document_library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ Now that we have our document library agent ready, we can search them on demand
835835

836836
```py
837837
response = client.beta.conversations.start(
838-
agent_id=image_agent.id,
838+
agent_id=library_agent.id,
839839
inputs="How does the vision encoder for pixtral 12b work"
840840
)
841841
```

0 commit comments

Comments
 (0)