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 d242b31 commit 76b0c80Copy full SHA for 76b0c80
src/content/docs/agents/platform/limits.mdx
@@ -18,7 +18,7 @@ Many limits are inherited from those applied to Workers scripts and/or Durable O
18
| Max definitions per account | ~250,000+ [^2]
19
| Max state stored per unique Agent | 1 GB |
20
| Max compute time per Agent | 30 seconds (refreshed per HTTP request / incoming WebSocket message) [^3] |
21
-| Duration (wall clock) per step [^3] | Unlimited (e.g. waiting on a database call or an LLM response) |
+| Duration (wall clock) per step [^3] | Unlimited (for example, waiting on a database call or an LLM response) |
22
23
---
24
0 commit comments