Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

OpenAI.Model.ToString

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

OpenAI.Model.ToString

Method signature

 Function ToString() As String

Return value

The raw model data as a JSON string.

Remarks

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

Clone this wiki locally