This is currently under development.

Tool Schema

type: function
function:
  name: scroll
  parameters:
    type: object
    properties:
      scrollDirection:
        type: string
        description: Direction to scroll
        enum:
        - UP
        - DOWN
        - TOP
        - BOTTOM
        - START
        - END
        - MIDDLE
      scrollType:
        type: string
        description: Type of scroll. 'scroll' moves half page, 'page' moves full page
        enum:
        - scroll
        - page
        default: scroll
    required:
    - scrollDirection
  description: Scroll the editor