LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class LdAiConfigTypes.Tool

    Represents a tool available to the model in agent mode.

    Inheritance
    object
    LdAiConfigTypes.Tool
    Implements
    IEquatable<LdAiConfigTypes.Tool>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.Sdk.Server.Ai.Config
    Assembly: LaunchDarkly.ServerSdk.Ai.dll
    Syntax
    public sealed record LdAiConfigTypes.Tool : IEquatable<LdAiConfigTypes.Tool>

    Fields

    | Edit this page View Source

    CustomParameters

    The tool's custom parameters provided by the user.

    Declaration
    public readonly IReadOnlyDictionary<string, LdValue> CustomParameters
    Field Value
    Type Description
    IReadOnlyDictionary<string, LdValue>
    | Edit this page View Source

    Description

    A description of the tool.

    Declaration
    public readonly string Description
    Field Value
    Type Description
    string
    | Edit this page View Source

    Name

    The name of the tool.

    Declaration
    public readonly string Name
    Field Value
    Type Description
    string
    | Edit this page View Source

    Parameters

    The tool's built-in parameters provided by LaunchDarkly.

    Declaration
    public readonly IReadOnlyDictionary<string, LdValue> Parameters
    Field Value
    Type Description
    IReadOnlyDictionary<string, LdValue>
    | Edit this page View Source

    Type

    The type of the tool.

    Declaration
    public readonly string Type
    Field Value
    Type Description
    string

    Methods

    View Source

    Equals(Tool?)

    Declaration
    public bool Equals(LdAiConfigTypes.Tool? other)
    Parameters
    Type Name Description
    LdAiConfigTypes.Tool other
    Returns
    Type Description
    bool
    View Source

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    View Source

    operator ==(Tool?, Tool?)

    Declaration
    public static bool operator ==(LdAiConfigTypes.Tool? left, LdAiConfigTypes.Tool? right)
    Parameters
    Type Name Description
    LdAiConfigTypes.Tool left
    LdAiConfigTypes.Tool right
    Returns
    Type Description
    bool
    View Source

    operator !=(Tool?, Tool?)

    Declaration
    public static bool operator !=(LdAiConfigTypes.Tool? left, LdAiConfigTypes.Tool? right)
    Parameters
    Type Name Description
    LdAiConfigTypes.Tool left
    LdAiConfigTypes.Tool right
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>

    Extension Methods

    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX