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

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