Learn about available variables and usage for each prompt type
| Variable Name | Type | Description | Example |
|---|---|---|---|
| {{content}} | string | Current text content | 彼は扉を開けた。 |
| {{narrativePerson}} | string | Narrative person (first/third) | 一人称, 三人称 |
| {{narrativeTense}} | string | Narrative tense (past/present) | 過去形, 現在形 |
| {{genre}} | string | Genre | ミステリー, ファンタジー |
| {{tone}} | string | Tone | シリアス, コミカル |
| {{characterName}} | string | Main character name | 田中太郎 |
| {{sceneDescription}} | string | Current scene description | 夜の公園で |
Write the continuation of the following text in {{narrativePerson}} {{narrativeTense}}.
Genre: {{genre}}
Tone: {{tone}}
{{content}}| Variable Name | Type | Description | Example |
|---|---|---|---|
| {{content}} | string | Text to rephrase | 彼は怒っていた。 |
| {{style}} | string | Rephrase style | より詳細に, 簡潔に, 比喩的に |
| {{targetLength}} | string | Target length | 約100文字, 短く |
| {{preserveMeaning}} | boolean | Preserve meaning | true, false |
Rephrase the following text {{style}}.
Target length: {{targetLength}}
{{content}}| Variable Name | Type | Description | Example |
|---|---|---|---|
| {{content}} | string | Text to change | 彼は来なかった。 |
| {{currentTone}} | string | Current tone | 中立, シリアス |
| {{targetTone}} | string | Target tone | コミカル, ロマンチック, 緊張感 |
| {{intensity}} | string | Change intensity | 軽く, 強く |
Change the tone of the following text from {{currentTone}} to {{targetTone}}.
Intensity: {{intensity}}
{{content}}| Variable Name | Type | Description | Example |
|---|---|---|---|
| {{content}} | string | Content to check | 第1章から第5章までの内容 |
| {{characters}} | string | Character information (JSON) | [{"name":"太郎","age":25}] |
| {{worldSettings}} | string | World settings | 現代日本、魔法が存在する |
| {{previousScenes}} | string | Previous scene information | 第1章: 太郎は学校にいた |
| {{checkType}} | string | Check type | キャラクター, 時系列, 世界観 |
Check the consistency of the following content.
Check type: {{checkType}}
Character information:
{{characters}}
World settings:
{{worldSettings}}
Content to check:
{{content}}| Variable Name | Type | Description | Example |
|---|---|---|---|
| {{content}} | string | Content to extract from | 第1章から第3章までの内容 |
| {{genre}} | string | Genre | ミステリー, ファンタジー |
| {{extractionDepth}} | string | Extraction depth | 明示的なもののみ, 暗示的なものも含む |
Extract foreshadowing elements from the following {{genre}} work.
Extraction depth: {{extractionDepth}}
{{content}}| Variable Name | Type | Description | Example |
|---|---|---|---|
| {{content}} | string | Text to summarize | 第1章の全文 |
| {{targetLength}} | string | Target length | 100文字, 300文字 |
| {{summaryType}} | string | Summary type | キャッチコピー, 詳細なあらすじ, 一文要約 |
| {{includeCharacters}} | boolean | Include character names | true, false |
| {{includePlot}} | boolean | Include plot development | true, false |
Generate a {{summaryType}} of the following text in {{targetLength}}.
{{content}}| Variable Name | Type | Description | Example |
|---|---|---|---|
| {{title}} | string | Work title | 魔法学園の日常 |
| {{genre}} | string | Genre | 学園ファンタジー |
| {{theme}} | string | Theme | 友情と成長 |
| {{targetVolume}} | string | Target volume | 短編, 中編, 長編 |
| {{targetWordCount}} | number | Target word count | 50000 |
| {{mainCharacters}} | string | Main characters (JSON) | [{"name":"太郎","role":"主人公"}] |
| {{premise}} | string | Premise/Setting | 魔法が使える学園での物語 |
| {{plotStructure}} | string | Plot structure | 三幕構成, 起承転結 |
| {{numberOfActs}} | number | Number of acts | 3 |
| {{numberOfScenes}} | number | Number of scenes | 30 |
Generate a plot using {{plotStructure}} based on the following information.
Title: {{title}}
Genre: {{genre}}
Theme: {{theme}}
Target: {{targetVolume}} (approx. {{targetWordCount}} words)
Main characters:
{{mainCharacters}}
Premise:
{{premise}}
Number of acts: {{numberOfActs}}
Number of scenes: {{numberOfScenes}}