lara-martin commited on
Commit
93b2794
1 Parent(s): 8e9db6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ The schema includes the following keys:
71
  ```
72
  {
73
  "speaker_id": The anonymized user ID of the user who sent the commands in the triple.
74
- "before_utterances": A list of strings corresponding to the "preceeding" utterances in the triple.
75
  "combat_state_before": A list of normalized actor states (see below) for each actor in the combat instance at the instant before the command was run.
76
  "current_actor": (nullable) The normalized actor state of the actor whose turn it currently is.
77
  "commands_norm": A list of strings corresponding to the "commands" portion of the triple.
 
71
  ```
72
  {
73
  "speaker_id": The anonymized user ID of the user who sent the commands in the triple.
74
+ "before_utterances": A list of strings corresponding to the "preceding" utterances in the triple.
75
  "combat_state_before": A list of normalized actor states (see below) for each actor in the combat instance at the instant before the command was run.
76
  "current_actor": (nullable) The normalized actor state of the actor whose turn it currently is.
77
  "commands_norm": A list of strings corresponding to the "commands" portion of the triple.