Class HttpResponse
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class HttpResponse
Properties
| Edit this page View SourceBody
The JSON body of the response
Declaration
[JsonProperty("body")]
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
[JsonProperty("request_id")]
public string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StatusCode
The HTTP status code of the response
Declaration
[JsonProperty("status_code")]
public int StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| int |