Skip to content

Commit c340fbb

Browse files
authored
Delete extraneous line in an example request (#8765)
* Update data-summary.md Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update text-to-visualization.md Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
1 parent b784b6d commit c340fbb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_dashboards/dashboards-assistant/data-summary.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ To orchestrate data summarization, create a data summary [agent]({{site.url}}{{s
4646

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

293292
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.
294293

295-
<img src="{{site.url}}{{site.baseurl}}/images/dashboards-assistant/data-summary.png" alt="data summary">
294+
<img src="{{site.url}}{{site.baseurl}}/images/dashboards-assistant/data-summary.png" alt="data summary">

_dashboards/dashboards-assistant/text-to-visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ POST /_plugins/_flow_framework/workflow/<workflow_id>/_provision
177177
To view the status of the workflow and all created resources, send the following request:
178178

179179
```json
180-
/_plugins/_flow_framework/workflow/<workflow_id>/_status
180+
GET /_plugins/_flow_framework/workflow/<workflow_id>/_status
181181
```
182182
{% include copy-curl.html %}
183183

0 commit comments

Comments
 (0)