Skip to content

Commit e0d2d45

Browse files
authored
[Obs AI Assistant] Update summarize function and remove get_apm_timeseries (elastic#2123)
This PR closes elastic#2122 and updates the `summarize` function description and removes the `get_apm_timeseries` function.
1 parent 3a168c5 commit e0d2d45

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

solutions/observability/observability-ai-assistant.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Main functions:
306306
: Get relevant Elastic documentation. This function is only available if the product documentation is installed.
307307

308308
`summarize`
309-
: Summarize parts of the conversation.
309+
: 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.
310310

311311
Additional functions are available when your cluster has APM data:
312312

@@ -319,9 +319,6 @@ Additional functions are available when your cluster has APM data:
319319
`get_apm_services_list`
320320
: Get the list of monitored services, their health statuses, and alerts.
321321

322-
`get_apm_timeseries`
323-
: 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.
324-
325322
### Use contextual prompts [obs-ai-prompts]
326323

327324
AI Assistant contextual prompts throughout {{observability}} provide the following information:

0 commit comments

Comments
 (0)