generateScenario
Create Kotonoha Sisters Explainer style scenarios for the exia novel game engine based on your specified topic and display them in a separate window.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
topic | Yes |
Input Schema (JSON Schema)
{
"properties": {
"topic": {
"type": "string"
}
},
"required": [
"topic"
],
"type": "object"
}