Output specifications for the generation.
Optional
inputs: IInputs for the generation.
Optional
options: GenerateOptions<O, I>Options for the generation.
Generated data according to the output specifications, or undefined if the generation failed and options.throwOnFailure
is false.
if an error occurred and options.throwOnFailure
is true.
Generated using TypeDoc
Generates, using OpenAI's API, data according to given output specifications and inputs.