tools:
  - name: run_code
    description: Run python code in a secure sandbox by E2B. Using the Jupyter
      Notebook syntax.
    inputSchema:
      type: object
      $schema: http://json-schema.org/draft-07/schema#
      required:
        - code
      properties:
        code:
          type: string
      additionalProperties: false
