returnPrompt property

bool? returnPrompt
getter/setter pair

If set to true, the returned JSON will include a "prompt" field containing the final prompt that was used to request a completion. This is mainly useful for debugging purposes.

Implementation

bool? returnPrompt;