additionalModelResponseFieldPaths
Additional model parameters field paths to return in the response. Converse
and ConverseStream
return the requested fields as a JSON Pointer object in the additionalModelResponseFields
field. The following is example JSON for additionalModelResponseFieldPaths
.
[ "/stop_sequence" ]
For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation.
Converse
and ConverseStream
reject an empty JSON Pointer or incorrectly structured JSON Pointer with a 400
error code. if the JSON Pointer is valid, but the requested field is not in the model response, it is ignored by Converse
.