Class BatchRequestOutput
The per-line object of the batch output and error files
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class BatchRequestOutput
Properties
| Edit this page View SourceCustomId
A developer-provided per-request id that will be used to match outputs to inputs.
Declaration
[JsonProperty("custom_id")]
public string CustomId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
The error object
Declaration
[JsonProperty("error")]
public BackendException Error { get; set; }
Property Value
| Type | Description |
|---|---|
| BackendException |
Response
The response object
Declaration
[JsonProperty("response")]
public object Response { get; set; }
Property Value
| Type | Description |
|---|---|
| object |