Skip to content

Commit 95f7f33

Browse files
authored
Update prompt-design.md
1 parent fb80e59 commit 95f7f33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AI_CookBook/docs/prompt-design.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ The resulting JSON variable is as follows:
652652
"message": "Authentication failed. Please check your user ID and try again."
653653
},
654654
{
655-
"id": "success_close"
655+
"id": "success_close",
656656
"kind": "terminal",
657657
"outcome": "email_sent",
658658
"message": "A recap email has been sent to your address."
@@ -663,6 +663,7 @@ The resulting JSON variable is as follows:
663663
"outcome": "email_failed",
664664
"message": "Failed to send recap email. Please try again later."
665665
}
666+
]
666667
}
667668
```
668669

0 commit comments

Comments
 (0)