AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AnthropicContainer

    Inheritance
    object
    AnthropicContainer
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class AnthropicContainer

    Properties

    ExpiresAt

    Required. The time at which the container will expire.

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

    Id

    Required. Identifier for the container used in this request.

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