compara
Compare two topics visually by generating a side-by-side mind map to analyze relationships, differences, and connections effectively.
Instructions
Gera um mapa mental comparando dois temas.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tema1 | Yes | ||
tema2 | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tema1": {
"title": "Tema1",
"type": "string"
},
"tema2": {
"title": "Tema2",
"type": "string"
}
},
"required": [
"tema1",
"tema2"
],
"title": "comparaArguments",
"type": "object"
}