Skip to content

Commit 6775ce0

Browse files
authored
PR review: Fix typo in file deletion description
Acrolinx typo fix.
1 parent 38dceec commit 6775ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/agents/includes/file-search/deep-dive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ batch = project_client.agents.create_vector_store_file_batch_and_poll(
3838
Files can be removed from a vector store by either:
3939

4040
* Deleting the vector store file object or,
41-
* Deleting the underlying file object, which removes the file it from all vector_store and code_interpreter configurations across all agents and threads in your organization
41+
* Deleting the underlying file object, which removes the file from all vector_store and code_interpreter configurations across all agents and threads in your organization
4242

4343
The maximum file size is 512 MB. Each file should contain no more than 5,000,000 tokens per file (computed automatically when you attach a file).
4444

0 commit comments

Comments
 (0)