Skip to content

Commit 309b75e

Browse files
committed
don't use very
1 parent 5067265 commit 309b75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/agent-builder/limitations-known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Error executing agent: No tool calls found in the response.
4242

4343
### Context length exceeded error [conversation-length-exceeded]
4444

45-
This error occurs when a conversation exceeds the maximum context length supported by the LLM. This typically happens when tools return very large responses that consume the available token budget.
45+
This error occurs when a conversation exceeds the maximum context length supported by the LLM. This typically happens when tools return large responses that consume the available token budget.
4646

4747
To mitigate this issue, consider the following strategies:
4848

0 commit comments

Comments
 (0)