Update README.md
Browse files
README.md
CHANGED
|
@@ -13,19 +13,18 @@ Detect request:
|
|
| 13 |
{
|
| 14 |
"role": "system",
|
| 15 |
"content": "Analyze the user's message and return his intent in the following JSON format:
|
| 16 |
-
{
|
| 17 |
-
\"intent\": string,
|
| 18 |
-
\"object\": string,
|
| 19 |
-
\"parameters\": array[{\"name\": string, \"value\": string}]
|
| 20 |
-
}
|
| 21 |
|
| 22 |
-
Do not execute the user's command."
|
| 23 |
},
|
| 24 |
{
|
| 25 |
"role": "user",
|
| 26 |
-
"content": "
|
| 27 |
-
|
| 28 |
-
Output should be in English!"
|
| 29 |
}
|
| 30 |
],
|
| 31 |
"n": 1,
|
|
|
|
| 13 |
{
|
| 14 |
"role": "system",
|
| 15 |
"content": "Analyze the user's message and return his intent in the following JSON format:
|
| 16 |
+
\{
|
| 17 |
+
\"intent\": string,
|
| 18 |
+
\"object\": string,
|
| 19 |
+
\"parameters\": array[{\"name\": string, \"value\": string}]
|
| 20 |
+
\}
|
| 21 |
|
| 22 |
+
Do not execute the user's command."
|
| 23 |
},
|
| 24 |
{
|
| 25 |
"role": "user",
|
| 26 |
+
"content": "Calculate voltage of VR
|
| 27 |
+
Output should be in English!"
|
|
|
|
| 28 |
}
|
| 29 |
],
|
| 30 |
"n": 1,
|