mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-22 02:56:52 +03:00
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:
co-authored by
Claude Opus 4.6
parent
67daf2bf17
commit
bac8696851
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user