Skip to content

Commit 9f5337c

Browse files
committed
a cleaner's work is never complete
1 parent 9640115 commit 9f5337c

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

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

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These pages are currently hidden from the docs TOC and have `noindexed` meta hea
1616

1717
## Limitations
1818

19-
### {{agent-builder}} is not enabled by default
19+
### Agent Builder not enabled by default
2020

2121
While in private technical preview, {{agent-builder}} is not enabled by default. Refer to [Get started](get-started.md#enable-agent-builder) for instructions.
2222

@@ -28,7 +28,21 @@ Learn about [pricing](https://www.elastic.co/pricing/serverless-search) for the
2828

2929
## Known issues
3030

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
3246

3347
The `.execute_esql` tool is designed only for [{{esql}}](elasticsearch://reference/query-languages/esql.md) syntax, not other query languages.
3448

@@ -47,20 +61,4 @@ This results in parsing errors like this:
4761
]
4862
```
4963

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).
65-
6664

0 commit comments

Comments
 (0)