You’re viewing the v1.5.8 (legacy) docs. Go to the latest docs →
Gaunt Sloth Assistant
    Preparing search index...

    Variable AVAILABLE_BUILT_IN_TOOLSConst

    AVAILABLE_BUILT_IN_TOOLS: {
        gth_status_update: "#src/tools/gthStatusUpdateTool.js";
        gth_web_fetch: "#src/tools/gthWebFetchTool.js";
    }

    Available built-in tools may be configured in JSON config, see builtInTools of GthConfig.

    Does not include filesystem, because filesystem has its own config in GthConfig.

    Type Declaration

    • Readonlygth_status_update: "#src/tools/gthStatusUpdateTool.js"

      Reference tool. Simply prints provided argument to the screen.

    • Readonlygth_web_fetch: "#src/tools/gthWebFetchTool.js"

      Web fetch tool.