AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AnthropicCompletionOptions

    Inheritance
    object
    AnthropicCompletionOptions
    Implements
    ICompletionOptions
    IGENOptions
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class AnthropicCompletionOptions : ICompletionOptions, IGENOptions

    Properties

    Api

    Declaration
    public Api Api { get; }
    Property Value
    Type Description
    Api

    Container

    Optional. Container identifier for reuse across requests.

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

    McpServers

    Optional. MCP servers to be utilized in this request

    Declaration
    public List<McpServer> McpServers { get; set; }
    Property Value
    Type Description
    List<McpServer>

    Metadata

    Optional. An object describing metadata about the request.

    Declaration
    public AnthropicMetadata Metadata { get; set; }
    Property Value
    Type Description
    AnthropicMetadata

    ServiceTier

    Declaration
    public AnthropicTypes.ServiceTier? ServiceTier { get; set; }
    Property Value
    Type Description
    AnthropicTypes.ServiceTier?

    Thinking

    Declaration
    public ThinkingConfig Thinking { get; set; }
    Property Value
    Type Description
    ThinkingConfig

    TopK

    Declaration
    public int? TopK { get; set; }
    Property Value
    Type Description
    int?

    TopP

    Declaration
    public float? TopP { get; set; }
    Property Value
    Type Description
    float?

    Implements

    ICompletionOptions
    IGENOptions
    In this article
    Back to top Generated by DocFX