mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 07:10:55 +00:00
fix: forward entire tool call confirmation object through useToolScheduler (#481)
This commit is contained in:
parent
02eec5c8ca
commit
4e3ba687a6
7 changed files with 30 additions and 37 deletions
|
|
@ -291,6 +291,7 @@ Expectation for parameters:
|
|||
{ context: 3 },
|
||||
);
|
||||
const confirmationDetails: ToolEditConfirmationDetails = {
|
||||
type: 'edit',
|
||||
title: `Confirm Edit: ${shortenPath(makeRelative(params.file_path, this.rootDirectory))}`,
|
||||
fileName,
|
||||
fileDiff,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue