AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AnthropicResponse

    Inheritance
    object
    AnthropicResponse
    AnthropicFile
    AnthropicMessage
    AnthropicModelData
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public abstract class AnthropicResponse

    Properties

    CreatedAt

    Declaration
    public UnixTime CreatedAt { get; }
    Property Value
    Type Description
    UnixTime

    CreatedAtZulu

    RFC 3339 datetime string representing when the file was created.

    Declaration
    public ZuluTime? CreatedAtZulu { get; set; }
    Property Value
    Type Description
    ZuluTime?

    Id

    Unique object identifier.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Type

    Object type.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX