@@ -14,12 +14,12 @@ Initally, {{agent-builder}} only supports working with the [Elastic Managed LLM]
1414
1515Locally this picks the first AI connector available.
1616
17- Initally, there are no UI controls to select which connector (and therefore which model) to use .
17+ This can be changed under Stack Management -> AI -> GenAI Settings -> Default AI Connector .
1818
1919## Known issues
2020
2121
22- - ** Default agent misinterprets SQL syntax as ES|QL**
22+ - ** Default agent can misinterpret SQL syntax as ES|QL**
2323 - The ` .execute_esql ` tool is designed only for [ {{esql}}] ( elasticsearch://reference/query-languages/esql.md ) syntax, not other query languages
2424 - When using SQL syntax with the default agent, it attempts to use the ` .execute_esql ` tool instead of recognizing the input as SQL
2525 - This results in parsing errors like this:
@@ -35,3 +35,22 @@ Initally, there are no UI controls to select which connector (and therefore whic
3535 ]
3636 ```
3737
38+ - **Not all LLMs are compatible**
39+ - While Elastic offers LLM connectors for many different vendors and models, not all LLMs are robust enough to be used with {{agent-builder}}.
40+ - Errors such as:
41+ ```console-response
42+ Error: Invalid function call syntax
43+ ```
44+ or
45+ ```
46+ Error executing agent: No tool calls found in the response.
47+ ```
48+ may indicate that your selected model is ill-equipped for the precise response structure necessary for {{agent-builder}}.
49+ - We recommend using the [Elastic Managed LLM](kibana://reference/connectors-kibana/elastic-managed-llm.md)
50+
51+ - **{{agent-builder}} is not accessible**
52+ - {{agent-builder}} was added in a private preview in September, 2025 for Serverless, and in 9.2.0 for Elastic Cloud.
53+ - While in this preview stage, {{agent-builder}} is not enabled by default.
54+ - To enable it, you must go to Stack Management -> Kibana -> Advanced Settings -> Elastic Agent Builder, and enable it.
55+
56+
0 commit comments