You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/search/agent-builder/limitations-known-issues.md
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ These pages are currently hidden from the docs TOC and have `noindexed` meta hea
16
16
17
17
## Limitations
18
18
19
-
### {{agent-builder}} is not enabled by default
19
+
### Agent Builder not enabled by default
20
20
21
21
While in private technical preview, {{agent-builder}} is not enabled by default. Refer to [Get started](get-started.md#enable-agent-builder) for instructions.
22
22
@@ -28,7 +28,21 @@ Learn about [pricing](https://www.elastic.co/pricing/serverless-search) for the
28
28
29
29
## Known issues
30
30
31
-
### Default agent can misinterpret SQL syntax as ES|QL
31
+
### Incompatible LLMs
32
+
33
+
While Elastic offers LLM [connectors](kibana://reference/connectors-kibana.md) for many different vendors and models, not all LLMs are robust enough to be used with {{agent-builder}}. We recommend using the [Elastic Managed LLM](kibana://reference/connectors-kibana/elastic-managed-llm.md) (the default).
34
+
35
+
The following errors suggest your selected model may not be compatible with {{agent-builder}}:
36
+
37
+
```console-response
38
+
Error: Invalid function call syntax
39
+
```
40
+
41
+
```console-response
42
+
Error executing agent: No tool calls found in the response.
43
+
```
44
+
45
+
### Misinterpreted SQL syntax as ES|QL
32
46
33
47
The `.execute_esql` tool is designed only for [{{esql}}](elasticsearch://reference/query-languages/esql.md) syntax, not other query languages.
34
48
@@ -47,20 +61,4 @@ This results in parsing errors like this:
47
61
]
48
62
```
49
63
50
-
### Not all LLMs are compatible
51
-
52
-
While Elastic offers LLM connectors for many different vendors and models, not all LLMs are robust enough to be used with {{agent-builder}}.
53
-
54
-
The following errors suggest your selected model may not be compatible with {{agent-builder}}:
55
-
56
-
```console-response
57
-
Error: Invalid function call syntax
58
-
```
59
-
60
-
```console-response
61
-
Error executing agent: No tool calls found in the response.
62
-
```
63
-
64
-
We recommend using the [Elastic Managed LLM](kibana://reference/connectors-kibana/elastic-managed-llm.md).
0 commit comments