Appearance
Response Object
Returned from the ask method. Contains the direct response from ChatGPT as a string, and the raw result from the API.
Properties
Property | TYPE | DESCRIPTION |
---|---|---|
content | String | The text output from ChatGPT. |
rawResult | Object | Please view OpenAI - Chat Completion and scroll down to response. |