update apply diff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export function getAskFollowupQuestionDescription(userLanguage: string): string {
|
||||
export function getAskFollowupQuestionDescription(): string {
|
||||
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:
|
||||
@@ -10,5 +10,6 @@ Usage:
|
||||
|
||||
Example: Requesting to ask the user for their preferred citation style for an academic document
|
||||
<ask_followup_question>
|
||||
<question>Which citation style would you like to use for your academic paper (APA, MLA, Chicago, etc.)?</question>`
|
||||
<question>Which citation style would you like to use for your academic paper (APA, MLA, Chicago, etc.)?</question>
|
||||
</ask_followup_question>`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user