saveScenario
Save generated Kotonoha Sisters Explainer scenarios to the exia novel game engine for future use and reference.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
topic | Yes |
Input Schema (JSON Schema)
{
"properties": {
"topic": {
"type": "string"
}
},
"required": [
"topic"
],
"type": "object"
}