pub const SUBMIT_FORMAT_TEXT: &str = "text";Expand description
The SUBMIT_FORMAT_KEY value that opts a step’s fold out of lenient
container parsing (FoldParse::Raw): every string the worker
submitted — final body and staged parts alike — folds into the flow
ctx as itself, even when its bytes would parse as a JSON object or
array.