fix: correct AskUserQuestionTool to AskUserQuestion tool

The Claude Code tool is called AskUserQuestion, not AskUserQuestionTool.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-03-15 18:36:17 -07:00
co-authored by Claude Opus 4.6
parent 67daf2bf17
commit bac8696851
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ export const PROVIDER_PLACEHOLDERS = {
'claude-code': {
model: 'Claude',
config_file: 'CLAUDE.md',
ask_instruction: 'STOP and call the AskUserQuestionTool to clarify.'
ask_instruction: 'STOP and call the AskUserQuestion tool to clarify.'
},
'cursor': {
model: 'the model',