Class ToolOutputsRequest
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class ToolOutputsRequest : ModelRequest
Properties
Stream
Declaration
public bool? Stream { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ToolOutputs
[Required] A list of tools for which the outputs are being submitted.
Declaration
public ToolOutput[] ToolOutputs { get; set; }
Property Value
Type | Description |
---|---|
ToolOutput[] |