Skip to content

OpenAI.Response.Constructor

Andrew Lambert edited this page Dec 24, 2023 · 1 revision

OpenAI.Response.Constructor

Method signature

 Sub Constructor(ResponseData As JSONItem)

Parameters

Name Type Comment
ResponseData JSONItem A previously generated response.

Remarks

Loads a previously created Response that was stored as JSON.

Clone this wiki locally