Gaunt Sloth Assistant - v1.1.5
    Preparing search index...

    Hierarchy

    • BaseToolkit
      • default
    Index

    Constructors

    Properties

    tools: StructuredToolInterface<ToolInputSchemaBase, any, any>[]

    Methods

    • Build a custom command with parameter interpolation

      Parameters

      • commandTemplate: string
      • parameters: Record<string, string>
      • OptionalparameterConfig: Record<string, { description: string }>

      Returns string

    • Returns StructuredToolInterface<ToolInputSchemaBase, any, any>[]

    • Validate parameter value to prevent security issues

      Parameters

      • paramValue: string
      • paramName: string

      Returns string