Search Results for

    Show / Hide Table of Contents

    Class ToolEnvelopeExtensions

    Inheritance
    object
    ToolEnvelopeExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public static class ToolEnvelopeExtensions

    Methods

    | Edit this page View Source

    IsFunction(ToolEnvelope)

    Declaration
    public static bool IsFunction(this ToolEnvelope toolEnvelope)
    Parameters
    Type Name Description
    ToolEnvelope toolEnvelope
    Returns
    Type Description
    bool
    | Edit this page View Source

    WrapTools(IEnumerable<Tool>, bool)

    Declaration
    public static ToolEnvelope[] WrapTools(this IEnumerable<Tool> tools, bool onlyFunctions = false)
    Parameters
    Type Name Description
    IEnumerable<Tool> tools
    bool onlyFunctions
    Returns
    Type Description
    ToolEnvelope[]
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation