Skip to content

Commit 0a750a8

Browse files
committed
modify agent cloudformation
1 parent fea68db commit 0a750a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/agent-cloudformation/bedrock-agent.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,10 @@ Resources:
306306
"sections": [
307307
{
308308
"type": "course",
309-
"title": "<copy from courses[].title>",
310-
"difficulty": "<copy from courses[].difficulty>",
309+
"title": "<copy from courses[].title and translate to with user's given language>",
310+
"difficulty": "<copy from courses[].difficulty and translate to with user's given language>",
311311
"instructor": "<copy from courses[].author>",
312-
"description": "<copy from courses[].description>",
312+
"description": "<copy from courses[].description and translate to with user's given language>",
313313
"link": "<copy from courses[].url>",
314314
"thumbnail": "<copy from courses[].thumbnail>",
315315
"reason": "<your 1 sentence with user's given language>"

0 commit comments

Comments
 (0)