This commit is contained in:
Matt Rubens
2024-12-17 01:24:10 -05:00
parent 792780e78d
commit 7163b173e8

View File

@@ -1519,8 +1519,8 @@ function two() {
it('should document start_line and end_line parameters', () => { it('should document start_line and end_line parameters', () => {
const description = strategy.getToolDescription('/test') const description = strategy.getToolDescription('/test')
expect(description).toContain('start_line: (required) The line number where the search block starts (inclusive).') expect(description).toContain('start_line: (required) The line number where the search block starts.')
expect(description).toContain('end_line: (required) The line number where the search block ends (inclusive).') expect(description).toContain('end_line: (required) The line number where the search block ends.')
}) })
}) })
}) })