UNPKG

hataraku

Version:

An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.

19 lines (18 loc) 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAskFollowupQuestionDescription = getAskFollowupQuestionDescription; function getAskFollowupQuestionDescription() { return `## ask_followup_question Description: Ask the user a question to gather additional information needed to complete the task. This tool should be used when you encounter ambiguities, need clarification, or require more details to proceed effectively. It allows for interactive problem-solving by enabling direct communication with the user. Use this tool judiciously to maintain a balance between gathering necessary information and avoiding excessive back-and-forth. Parameters: - question: (required) The question to ask the user. This should be a clear, specific question that addresses the information you need. Usage: <ask_followup_question> <question>Your question here</question> </ask_followup_question> Example: Requesting to ask the user for the path to the frontend-config.json file <ask_followup_question> <question>What is the path to the frontend-config.json file?</question> </ask_followup_question>`; } //# sourceMappingURL=ask-followup-question.js.map