problemas
Create a visual problem analysis mind map by entering a topic. Helps organize and understand issues related to the theme effectively.
Instructions
Gera um mapa mental de análise de problemas relacionados ao tema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tema | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tema": {
"title": "Tema",
"type": "string"
}
},
"required": [
"tema"
],
"title": "problemasArguments",
"type": "object"
}