IDE Control
Select Lines
IDE Control
Select Lines
Select text between the specified lines.
This is currently under development.
Tool Schema
type: function
function:
name: select_lines
parameters:
type: object
properties:
startLine:
type: integer
description: The starting line number to select.
endLine:
type: integer
description: The ending line number to select.
required:
- startLine
- endLine
description: Select text between the specified lines.
On this page