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 f05c75b commit 2557d4aCopy full SHA for 2557d4a
src/core/prompts/__tests__/sections.test.ts
@@ -35,7 +35,7 @@ describe("getCapabilitiesSection", () => {
35
const mockDiffStrategy: DiffStrategy = {
36
getName: () => "MockStrategy",
37
getToolDescription: () => "apply_diff tool description",
38
- async applyDiff(_originalContent: string, _diffContents: DiffItem[]): Promise<DiffResult> {
+ async applyDiff(_originalContent: string, _diffContents: string | DiffItem[]): Promise<DiffResult> {
39
return { success: true, content: "mock result" }
40
},
41
}
0 commit comments