We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb80e59 commit 95f7f33Copy full SHA for 95f7f33
1 file changed
AI_CookBook/docs/prompt-design.md
@@ -652,7 +652,7 @@ The resulting JSON variable is as follows:
652
"message": "Authentication failed. Please check your user ID and try again."
653
},
654
{
655
- "id": "success_close"
+ "id": "success_close",
656
"kind": "terminal",
657
"outcome": "email_sent",
658
"message": "A recap email has been sent to your address."
@@ -663,6 +663,7 @@ The resulting JSON variable is as follows:
663
"outcome": "email_failed",
664
"message": "Failed to send recap email. Please try again later."
665
}
666
+ ]
667
668
```
669
0 commit comments