context:
name: ide
description: Provides information about the IDE.
parameters:
type: object
properties:
projectName:
type: string
description: The name of the project.
projectFileTree:
type: string
description: The project file tree.
{
"projectName": "MyProject",
"projectFileTree": "src/\n - index.js\n - components/\n - Button.js\n - Input.js"
}