Gaunt Sloth Assistant
    Preparing search index...

    Variable AVAILABLE_BUILT_IN_TOOLSConst

    AVAILABLE_BUILT_IN_TOOLS: {
        gth_jira_log_work: "#src/tools/gthJiraLogWorkTool.js";
        gth_sequential_thinking: "#src/tools/gthSequentialThinkingTool.js";
        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_jira_log_work: "#src/tools/gthJiraLogWorkTool.js"

      Tool allowing to log work against a specific Jira issue. Needs JIRA_CLOUD_ID, JIRA_USERNAME and JIRA_API_PAT_TOKEN environment variables

    • Readonlygth_sequential_thinking: "#src/tools/gthSequentialThinkingTool.js"

      Sequential thinking. LLM can use this as a scratchpad for thinking.

    • 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.