Class HttpResponse
Inheritance
object
HttpResponse
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class HttpResponse
Properties
Body
The JSON body of the response
Declaration
public JObject Body { get; set; }
Property Value
Type | Description |
---|---|
JObject |
RequestId
An unique identifier for the OpenAI API request. Please include this request ID when contacting support.
Declaration
public string RequestId { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusCode
The HTTP status code of the response
Declaration
public int StatusCode { get; set; }
Property Value
Type | Description |
---|---|
int |