Skip to content

Commit

Permalink
Fix syntatx error
Browse files Browse the repository at this point in the history
Signed-off-by: Heng Qian <[email protected]>
  • Loading branch information
qianheng-aws committed Sep 14, 2024
1 parent 82d3315 commit 1134167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample-templates/alert-summary-agent-claude-tested.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Alert Summary Agent",
"description": "Create a Alert Summary Agent using Claude on BedRock",
"description": "Create Alert Summary Agent using Claude on BedRock",
"use_case": "REGISTER_AGENT",
"version": {
"template": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions sample-templates/alert-summary-agent-claude-tested.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Alert Summary Agent
description: Create a Alert Summary Agent using Claude on BedRock
description: Create Alert Summary Agent using Claude on BedRock
use_case: REGISTER_AGENT
version:
template: 1.0.0
Expand Down Expand Up @@ -57,7 +57,7 @@ workflows:
register_claude_model: model_id
user_inputs:
parameters:
prompt: ''
prompt: "You are an OpenSearch Alert Assistant to help summarize the alerts.\n Here is the detail of alert: ${parameters.context};\n The question is: ${parameters.question}."
name: MLModelTool
type: MLModelTool
- id: create_alert_summary_agent
Expand Down

0 comments on commit 1134167

Please sign in to comment.