Spaces:
Runtime error
Runtime error
Create demos/demo_response_results.json
Browse files
demos/demo_response_results.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"role": "user",
|
| 4 |
+
"content": "{{input}}"
|
| 5 |
+
},
|
| 6 |
+
{
|
| 7 |
+
"role": "assistant",
|
| 8 |
+
"content": "Before give you a response, I want to introduce my workflow for your request, which is shown in the following JSON data: {{processes}}. Do you have any demands regarding my response?"
|
| 9 |
+
}
|
| 10 |
+
]
|