raimundsz commited on
Commit
d7d1202
·
verified ·
1 Parent(s): 52cd4bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
  },