File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ Quickstart
191191
192192 The response will look something like:
193193
194- > ```json
194+ ```json
195195 {
196196 "message": "Actor execution retrieved successfully.",
197197 "result": {
@@ -229,7 +229,7 @@ Quickstart
229229 "status": "success",
230230 "version": ":dev"
231231 }
232- > ```
232+ ```
233233
2342346. You can also retrieve the logs (as in docker logs) for any execution:
235235
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ on Agave.
88### Base Image ###
99The ` abacosamples/base-ubu ` image provides the following convenience utilities for writing (Python2) actor functions:
1010 * ` get_context() ` - returns a Python dictionary with the following fields:
11- * ` raw_message ` - the original message, either string or JSON depending on the Contetnt -Type.
11+ * ` raw_message ` - the original message, either string or JSON depending on the Content -Type.
1212 * ` content_type ` - derived from the original message request.
1313 * ` message_dict ` - A Python dictionary representing the message (for Content-Type: application/json)
1414 * ` execution_id ` - the ID of this execution.
You can’t perform that action at this time.
0 commit comments