inicial
Create a mind map to organize and visualize foundational knowledge on any topic, helping users grasp key concepts quickly and efficiently.
Instructions
Gera um mapa mental de conhecimentos iniciais sobre o tema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tema | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tema": {
"title": "Tema",
"type": "string"
}
},
"required": [
"tema"
],
"title": "inicialArguments",
"type": "object"
}