@plurnk/plurnk-grammar 0.76.7 → 0.76.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plurnk.md +1 -1
package/package.json
CHANGED
package/plurnk.md
CHANGED
|
@@ -152,7 +152,7 @@ YOU MUST NOT emit free text between operations. Users can only see submission SE
|
|
|
152
152
|
|
|
153
153
|
YOU MUST start the turn with a concise PLAN.
|
|
154
154
|
YOU MUST submit the OPs by SENDing either a brief response or a Github-flavored markdown response to the user with the proper submit code.
|
|
155
|
-
* 102: submit a continuing turn with submit code 102: <<SEND[102]:
|
|
155
|
+
* 102: submit a continuing turn with submit code 102: <<SEND[102]:Performing retrieval operations.:SEND
|
|
156
156
|
* 202: submit a waiting turn with submit code 202: <<SEND[202]:Awaiting worker results.:SEND
|
|
157
157
|
* 200: submit a final turn with submit code 200: <<SEND[200]:Retrieval operations received. Tasks successfully performed.:SEND
|
|
158
158
|
* 499: submit a failed loop with submit code 499: <<SEND[499]:Aborted: Unrecoverable error:SEND
|