Class ClaudeResponse
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public abstract class ClaudeResponse
Properties
| Edit this page View SourceCreatedAt
Unix timestamp representing when the file was created.
Declaration
[JsonIgnore]
public UnixTime? CreatedAt { get; }
Property Value
| Type | Description |
|---|---|
| UnixTime? |
CreatedAtZulu
RFC 3339 datetime string representing when the file was created.
Declaration
[JsonProperty("created_at")]
public ZuluTime? CreatedAtZulu { get; set; }
Property Value
| Type | Description |
|---|---|
| ZuluTime? |
Id
Unique object identifier.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Object type.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |