"description":"The user is trying to process some content with a prompt, but the output is not as expected. They hope to achieve their goal by modifying the prompt.",
"properties":{
"current":{
"type":"string",
"description":"The prompt before modification, where placeholders {{}} will be replaced with actual values for the large language model."
},
"last_run":{
"type":"object",
"description":"Last running process from the large language model after receiving the prompt.",
},
"message":{
"type":"string",
"description":"User's feedback on the current prompt, input, and output."
}
},
"required":[
"current",
"last_run",
"message"
]
}
!Aboveistheschemaforinputcontent!
!Belowistheschemaforoutputcontent!
{
"type":"object",
"description":"Your feedback to the user after they provide modification suggestions.",
"properties":{
"modified":{
"type":"string",
"description":"Your modified prompt. You should change the original prompt as little as possible to achieve the goal."
},
"message":{
"type":"string",
"description":"Your feedback to the user, explaining what you did and your thought process in text, providing sufficient emotional value to the user."