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
+42-36Lines changed: 42 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,47 +14,53 @@ These pages are currently hidden from the docs TOC and have `noindexed` meta hea
14
14
15
15
# Limitations and known issues in {{agent-builder}}
16
16
17
-
## Model selection
17
+
## Limitations
18
18
19
-
Initially, {{agent-builder}} only supports working with the [Elastic Managed LLM](kibana://reference/connectors-kibana/elastic-managed-llm.md) running on the Elastic Inference Service, on {{ech}} and {{serverless-full}}.
19
+
###{{agent-builder}} is not enabled by default
20
20
21
-
Locally this picks the first AI connector available.
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
+
23
+
### Model selection
24
+
25
+
Initially, {{agent-builder}} only supports working with the [Elastic Managed LLM](kibana://reference/connectors-kibana/elastic-managed-llm.md) running on the [Elastic Inference Service](/explore-analyze/elastic-inference/eis.md) {applies_to}`serverless: preview` {applies_to}`ess: preview 9.2`.
26
+
27
+
Learn about [pricing](https://www.elastic.co/pricing/serverless-search) for the Elastic Managed LLM.
22
28
23
29
## Known issues
24
30
31
+
### Default agent can misinterpret SQL syntax as ES|QL
32
+
33
+
The `.execute_esql` tool is designed only for [{{esql}}](elasticsearch://reference/query-languages/esql.md) syntax, not other query languages.
34
+
35
+
When using SQL syntax with the default agent, it attempts to use the `.execute_esql` tool instead of recognizing the input as SQL.
0 commit comments