Class ToolOutputsRequest
public class ToolOutputsRequest : OpenAIRequest
- Inheritance
-
objectRESTRequestBodyToolOutputsRequest
- Inherited Members
Properties
Stream
public bool? Stream { get; set; }
Property Value
- bool?
ToolOutputs
[Required] A list of tools for which the outputs are being submitted.
public ToolOutput[] ToolOutputs { get; set; }