Skip to content

Commit

Permalink
Delete extraneous line in an example request (opensearch-project#8765)
Browse files Browse the repository at this point in the history
* Update data-summary.md

Signed-off-by: kolchfa-aws <[email protected]>

* Update text-to-visualization.md

Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Eric Pugh <[email protected]>
  • Loading branch information
kolchfa-aws authored and epugh committed Nov 23, 2024
1 parent f4e8812 commit db227c2
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 db227c2

Please sign in to comment.