Skip to content

Commit 81a44b0

Browse files
Merge pull request #6221 from vangarp/vangarp/agents-limits-update
[agents]Improve some limits documentation
2 parents b07b00a + 4dc848e commit 81a44b0

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

articles/ai-foundry/agents/concepts/threads-runs-messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ A custom AI that uses AI models in conjunction with tools.
3434

3535
## Threads
3636

37-
Threads are conversation sessions between an agent and a user. They store messages and automatically handle truncation to fit content into a model’s context. When you create a thread, you can append new messages to it as users respond.
37+
Threads are conversation sessions between an agent and a user. They store messages and automatically handle truncation to fit content into a model’s context. When you create a thread, you can append new messages (maximum of 100,000 per thread) to it as users respond.
3838

3939
## Messages
4040

41-
Messages are the individual pieces of communication within a thread. They can be created by either the agent or the user and can include text, or other files. Messages are stored as a list within the thread, allowing for a structured and organized conversation flow.
41+
Messages are the individual pieces of communication within a thread. They can be created by either the agent or the user and can include text, or other files. Messages are stored as a list within the thread, allowing for a structured and organized conversation flow. You can attach up to 100,000 messages to a single thread.
4242

4343
## Runs
4444

articles/ai-foundry/agents/quotas-limits.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ The following sections provide you with a guide to the default quotas and limits
2121

2222
| Limit Name | Limit Value |
2323
|--|--|
24-
| Max files per agent/thread | 10,000 |
25-
| Max file size for agents & fine-tuning | 512 MB |
26-
| Max size for all uploaded files for agents |200 GB |
27-
| agents token limit | 2,000,000 token limit |
24+
| Maximum number of files per agent/thread | 10,000 |
25+
| Maximum file size for agents & fine-tuning | 512 MB |
26+
| Maximum size for all uploaded files for agents | 300 GB |
27+
| Maximum file size in tokens for attaching to a vector store | 2,000,000 tokens |
28+
| Maximum number of messages per thread | 100,000 |
29+
| Maximum size of `text` content per message | 1,500,000 characters |
30+
| Maximum number of tools registered per agent | 128 |
2831

2932
## Quotas and limits for Azure OpenAI models
3033

0 commit comments

Comments
 (0)