From 4f421224d037c203aa689e7229f8706f04d32b7b Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Thu, 20 Nov 2025 17:56:32 +0100 Subject: [PATCH] [agent builder] Add stub for UI error troubleshooting link Once merged and docs are published, this anchor will be available to link to: https://www.elastic.co/docs/solutions/search/agent-builder/limitations-known-issues#context-length-exceeded --- solutions/search/agent-builder/limitations-known-issues.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solutions/search/agent-builder/limitations-known-issues.md b/solutions/search/agent-builder/limitations-known-issues.md index f5cfadd94f..3676959566 100644 --- a/solutions/search/agent-builder/limitations-known-issues.md +++ b/solutions/search/agent-builder/limitations-known-issues.md @@ -40,6 +40,8 @@ Error: Invalid function call syntax Error executing agent: No tool calls found in the response. ``` +$$$conversation-length-exceeded$$$ + ### {{esql}} limitations {{esql}} tools are subject to the current limitations of the {{esql}} language itself. For example, [named parameters](elasticsearch://reference/query-languages/esql/esql-syntax.md#esql-function-named-params) (`?parameter_name`) do not currently work with the `LIKE` and `RLIKE` operators ([issue #131356](https://github.com/elastic/elasticsearch/issues/131356)).