We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fd37c commit 7c6fb08Copy full SHA for 7c6fb08
src/shared/tools.ts
@@ -88,7 +88,7 @@ export type NativeToolArgs = {
88
attempt_completion: { result: string }
89
execute_command: { command: string; cwd?: string }
90
insert_content: { path: string; line: number; content: string }
91
- apply_diff: { path: string; diff?: string; operations?: Array<{ search: string; replace: string }> }
+ apply_diff: { path: string; diff?: string }
92
search_and_replace: { path: string; operations: Array<{ search: string; replace: string }> }
93
ask_followup_question: {
94
question: string
0 commit comments