This is currently under development.

todo

Example Usage

  • "Go to line two hundred"

Tool Schema

type: function
function:
  name: goto_line
  parameters:
    type: object
    properties:
      lineNumber:
        type: integer
        description: The line number to go to.
    required:
    - lineNumber
  description: Go to the specified line number.