Skip to content

Commit 84b2c11

Browse files
authored
Merge branch 'main' into kamilf92-patch-3
2 parents 3857fcf + 4d799d5 commit 84b2c11

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

deploy-manage/cloud-organization/billing/serverless-project-billing-dimensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ products:
1515
* [Offerings](#offerings)
1616
* [Add-ons](#add-ons)
1717

18-
Specific prices can be found in the [Cloud Pricing Table](https://cloud.elastic.co/cloud-pricing-table?productType=serverless).
18+
Specific prices can be found in the [Cloud Pricing Table](https://cloud.elastic.co/cloud-pricing-table?productType=serverless) or you can create an [Elastic Cloud Serverless Estimate](https://cloud.elastic.co/pricing/serverless).
1919

2020
## Offerings [offerings]
2121

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,16 @@ Error: Invalid function call syntax
4040
Error executing agent: No tool calls found in the response.
4141
```
4242

43-
$$$conversation-length-exceeded$$$
43+
### Context length exceeded error [conversation-length-exceeded]
44+
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.
46+
47+
To mitigate this issue, consider the following strategies:
48+
49+
- **Optimize queries**: Narrow your questions to reduce the scope of data retrieval
50+
- **Start a new conversation**: Begin a fresh conversation, optionally providing a summary of the previous context
51+
- **Refine tool descriptions**: Update tool descriptions and agent instructions to guide the agent toward requesting only essential data
52+
- **Limit tool response size**: Create custom tools that filter or paginate data to return smaller, focused datasets
4453

4554
### {{esql}} limitations
4655

0 commit comments

Comments
 (0)