Skip to content

OpenAI.Response.ToString

Andrew Lambert edited this page Feb 7, 2023 · 1 revision

OpenAI.Response.ToString

Method signature

 Function ToString() As String

Return value

The raw response data as a JSON string.

Remarks

Serializes the internal JSONItem that was constructed from OpenAI's original response.

Clone this wiki locally