Search Results for

    Show / Hide Table of Contents

    Class AiToolFunction

    Inheritance
    System.Object
    AiToolFunction
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    public class AiToolFunction : object

    Properties

    | Improve this Doc View Source

    Description

    Declaration
    public string? Description { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Parameters

    Declaration
    public object? Parameters { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Object>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX