From 0b1f39f53c1a0b7438f85aa2ce4b877709cbae13 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl Date: Mon, 14 Jul 2025 09:11:25 -0500 Subject: [PATCH 1/4] Update summarize function --- solutions/observability/observability-ai-assistant.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/solutions/observability/observability-ai-assistant.md b/solutions/observability/observability-ai-assistant.md index b4d4046af6..ef829e100d 100644 --- a/solutions/observability/observability-ai-assistant.md +++ b/solutions/observability/observability-ai-assistant.md @@ -306,7 +306,7 @@ Main functions: : Get relevant Elastic documentation. This function is only available if the product documentation is installed. `summarize` -: Summarize parts of the conversation. +: Stores facts in the knowledge database users request it. Creates an embedding that you can recall with a semantic search. When creating summarizations, make sure to craft them in a way that can be recalled with semantic search, and that it answers the user's original request. Summarize is only available if the knowledge base is installed. Additional functions are available when your cluster has APM data: @@ -319,9 +319,6 @@ Additional functions are available when your cluster has APM data: `get_apm_services_list` : Get the list of monitored services, their health statuses, and alerts. -`get_apm_timeseries` -: Display different APM metrics (such as throughput, failure rate, or latency) for any service or all services and any or all of their dependencies. Displayed both as a time series and as a single statistic. Additionally, the function returns any changes, such as spikes, step and trend changes, or dips. You can also use it to compare data by requesting two different time ranges, or, for example, two different service versions. - ### Use contextual prompts [obs-ai-prompts] AI Assistant contextual prompts throughout {{observability}} provide the following information: From 95db694ca8f5550474cecfc385f804f44db3cb52 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl Date: Mon, 14 Jul 2025 09:37:56 -0500 Subject: [PATCH 2/4] update summarize description --- solutions/observability/observability-ai-assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/observability/observability-ai-assistant.md b/solutions/observability/observability-ai-assistant.md index ef829e100d..8fc65111fd 100644 --- a/solutions/observability/observability-ai-assistant.md +++ b/solutions/observability/observability-ai-assistant.md @@ -306,7 +306,7 @@ Main functions: : Get relevant Elastic documentation. This function is only available if the product documentation is installed. `summarize` -: Stores facts in the knowledge database users request it. Creates an embedding that you can recall with a semantic search. When creating summarizations, make sure to craft them in a way that can be recalled with semantic search, and that it answers the user's original request. Summarize is only available if the knowledge base is installed. +: Store information and facts in the knowledge base for future use. This tool is only available if the knowledge base has already been installed. Additional functions are available when your cluster has APM data: From 94369a19fab3f5c320704835a0aa742d95ab065a Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl Date: Mon, 14 Jul 2025 09:48:37 -0500 Subject: [PATCH 3/4] fix wording --- solutions/observability/observability-ai-assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/observability/observability-ai-assistant.md b/solutions/observability/observability-ai-assistant.md index 8fc65111fd..493c34057f 100644 --- a/solutions/observability/observability-ai-assistant.md +++ b/solutions/observability/observability-ai-assistant.md @@ -306,7 +306,7 @@ Main functions: : Get relevant Elastic documentation. This function is only available if the product documentation is installed. `summarize` -: Store information and facts in the knowledge base for future use. This tool is only available if the knowledge base has already been installed. +: Store information and facts in the knowledge base for future use. This function is only available if the knowledge base has already been installed. Additional functions are available when your cluster has APM data: From a866da39711767c89904a241391f35da7010d944 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl Date: Mon, 14 Jul 2025 11:43:25 -0500 Subject: [PATCH 4/4] add link --- solutions/observability/observability-ai-assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/observability/observability-ai-assistant.md b/solutions/observability/observability-ai-assistant.md index 493c34057f..4192b4c0e8 100644 --- a/solutions/observability/observability-ai-assistant.md +++ b/solutions/observability/observability-ai-assistant.md @@ -306,7 +306,7 @@ Main functions: : Get relevant Elastic documentation. This function is only available if the product documentation is installed. `summarize` -: Store information and facts in the knowledge base for future use. This function is only available if the knowledge base has already been installed. +: Store information and facts in the knowledge base for future use. This function is only available if the [knowledge base](#obs-ai-add-data) has already been installed. Additional functions are available when your cluster has APM data: