Class AnthropicContainer
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public class AnthropicContainer
Properties
| Edit this page View SourceExpiresAt
Required. The time at which the container will expire.
Declaration
[JsonProperty("expires_at")]
public string ExpiresAt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Required. Identifier for the container used in this request.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |