exiaVoiceroidExplain
Generate Kotonoha Sisters Explainer style scenarios for the exia novel game engine to explain topics through character dialogue and narrative content.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
topic | Yes |
Input Schema (JSON Schema)
{
"properties": {
"topic": {
"type": "string"
}
},
"required": [
"topic"
],
"type": "object"
}