Skip to content

Commit

Permalink
Delete extraneous line in an example request (#8765) (#8767)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Nov 15, 2024
1 parent ed0823d commit e4e17b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions _dashboards/dashboards-assistant/data-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ To orchestrate data summarization, create a data summary [agent]({{site.url}}{{s

```json
POST /_plugins/_flow_framework/workflow?provision=true
{
"name": "Query Assist Agent",
"description": "Create a Query Assist Agent using Claude on BedRock",
Expand Down Expand Up @@ -292,4 +291,4 @@ To view alert insights in OpenSearch Dashboards, use the following steps:

1. From the query language dropdown list, select **PPL**. You will see the generated data summary after the query text, as shown in the following image.

<img src="{{site.url}}{{site.baseurl}}/images/dashboards-assistant/data-summary.png" alt="data summary">
<img src="{{site.url}}{{site.baseurl}}/images/dashboards-assistant/data-summary.png" alt="data summary">
2 changes: 1 addition & 1 deletion _dashboards/dashboards-assistant/text-to-visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ POST /_plugins/_flow_framework/workflow/<workflow_id>/_provision
To view the status of the workflow and all created resources, send the following request:

```json
/_plugins/_flow_framework/workflow/<workflow_id>/_status
GET /_plugins/_flow_framework/workflow/<workflow_id>/_status
```
{% include copy-curl.html %}

Expand Down

0 comments on commit e4e17b0

Please sign in to comment.