AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AnthropicToolChoice

    Anthropic version of ToolChoice.

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

    Properties

    DisableParallelToolUse

    Optional. Whether to disable parallel tool use.

    Defaults to false. If set to true, the model will output at most one tool use.

    Declaration
    public bool? DisableParallelToolUse { get; set; }
    Property Value
    Type Description
    bool?

    Type

    Required. Available options: auto

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