"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. The content in the placeholders should not be changed."
},
"last_run":{
"type":"object",
"description":"The output result from the large language model after receiving the prompt.",
},
"instruction":{
"type":"string",
"description":"User's instruction to edit the current prompt"
}
}
}
!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. Keep the language of prompt if not asked to change"
},
"message":{
"type":"string",
"description":"Your feedback to the user, in the user's language, explaining what you did and your thought process in text, providing sufficient emotional value to the user."
"description":"The user is trying to process some data with a code snippet, but the result is not as expected. They hope to achieve their goal by modifying the code.",
"properties":{
"current":{
"type":"string",
"description":"The code before modification."
},
"last_run":{
"type":"object",
"description":"The result of the code.",
},
"message":{
"type":"string",
"description":"User's instruction to edit the current code"
}
}
}
!Aboveistheschemaforinputcontent!
!Belowistheschemaforoutputcontent!
{
"type":"object",
"description":"Your feedback to the user after they provide modification suggestions.",
"properties":{
"modified":{
"type":"string",
"description":"Your modified code. You should change the original code as little as possible to achieve the goal. Keep the programming language of code if not asked to change"
},
"message":{
"type":"string",
"description":"Your feedback to the user, in the user's language, explaining what you did and your thought process in text, providing sufficient emotional value to the user."