Skip to content

Commit 9c50c0a

Browse files
authored
add known issues for agent builder (#3001)
1 parent 2532914 commit 9c50c0a

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
.artifacts
33
.DS_store
44

5+
# Jetbrains files
6+
.idea
7+
*.iml
8+
59
# Add LLM/AI related files
610
AGENTS.md
711
.github/copilot-instructions.md

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

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Initally, {{agent-builder}} only supports working with the [Elastic Managed LLM]
2020

2121
Locally this picks the first AI connector available.
2222

23-
Initally, there are no UI controls to select which connector (and therefore which model) to use.
23+
This can be changed under Stack Management -> AI -> GenAI Settings -> Default AI Connector.
2424

2525
## Known issues
2626

2727

28-
- **Default agent misinterprets SQL syntax as ES|QL**
28+
- **Default agent can misinterpret SQL syntax as ES|QL**
2929
- The `.execute_esql` tool is designed only for [{{esql}}](elasticsearch://reference/query-languages/esql.md) syntax, not other query languages
3030
- When using SQL syntax with the default agent, it attempts to use the `.execute_esql` tool instead of recognizing the input as SQL
3131
- This results in parsing errors like this:
@@ -41,3 +41,22 @@ Initally, there are no UI controls to select which connector (and therefore whic
4141
]
4242
```
4343
44+
- **Not all LLMs are compatible**
45+
- While Elastic offers LLM connectors for many different vendors and models, not all LLMs are robust enough to be used with {{agent-builder}}.
46+
- Errors such as:
47+
```console-response
48+
Error: Invalid function call syntax
49+
```
50+
or
51+
```
52+
Error executing agent: No tool calls found in the response.
53+
```
54+
may indicate that your selected model is ill-equipped for the precise response structure necessary for {{agent-builder}}.
55+
- We recommend using the [Elastic Managed LLM](kibana://reference/connectors-kibana/elastic-managed-llm.md)
56+
57+
- **{{agent-builder}} is not accessible**
58+
- {{agent-builder}} was added in a private preview in September, 2025 for Serverless, and in 9.2.0 for Elastic Cloud.
59+
- While in this preview stage, {{agent-builder}} is not enabled by default.
60+
- To enable it, you must go to Stack Management -> Kibana -> Advanced Settings -> Elastic Agent Builder, and enable it.
61+
62+

0 commit comments

Comments
 (0)