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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
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
- Calculate voltage of VR
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,