Update README.md
Browse files
README.md
CHANGED
|
@@ -13,11 +13,11 @@ 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 |
},
|
|
|
|
| 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 |
},
|