Class ContainerRequest
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class ContainerRequest : IJsonRequest
Properties
| Edit this page View SourceExpiresAfter
Optional. Container expiration time in seconds relative to the 'anchor' time.
Declaration
[JsonProperty("expires_after")]
public ExpiresAfter ExpiresAfter { get; set; }
Property Value
| Type | Description |
|---|---|
| ExpiresAfter |
FileIds
Optional. IDs of files to copy to the container.
Declaration
[JsonProperty("file_ids")]
public List<string> FileIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Name
Required. Name of the container to create.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |