This is currently under development.

Tool Schema

type: function
function:
  name: change_theme
  parameters:
    type: object
    properties:
      theme:
        type: string
        description: The theme to change to.
        enum:
        - light
        - dark
    required:
    - theme
  description: Change the theme of the IDE.