Embedded Variables
IDE
Embedded Variables
IDE
This is currently under development.
Schema
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.
Example
{
"projectName": "MyProject",
"projectFileTree": "src/\n - index.js\n - components/\n - Button.js\n - Input.js"
}