Prompt Help

Learn about available variables and usage for each prompt type

Next Sentence
Generate the continuation of the current text.
next_sentence

Available Variables

Variable NameTypeDescriptionExample
{{content}}stringCurrent text content彼は扉を開けた。
{{narrativePerson}}stringNarrative person (first/third)一人称, 三人称
{{narrativeTense}}stringNarrative tense (past/present)過去形, 現在形
{{genre}}stringGenreミステリー, ファンタジー
{{tone}}stringToneシリアス, コミカル
{{characterName}}stringMain character name田中太郎
{{sceneDescription}}stringCurrent scene description夜の公園で

Usage Example

Write the continuation of the following text in {{narrativePerson}} {{narrativeTense}}.
Genre: {{genre}}
Tone: {{tone}}

{{content}}
Rephrase
Rephrase the specified text in a different expression.
rephrase

Available Variables

Variable NameTypeDescriptionExample
{{content}}stringText to rephrase彼は怒っていた。
{{style}}stringRephrase styleより詳細に, 簡潔に, 比喩的に
{{targetLength}}stringTarget length約100文字, 短く
{{preserveMeaning}}booleanPreserve meaningtrue, false

Usage Example

Rephrase the following text {{style}}.
Target length: {{targetLength}}

{{content}}
Tone Change
Change the tone of the text.
tone_change

Available Variables

Variable NameTypeDescriptionExample
{{content}}stringText to change彼は来なかった。
{{currentTone}}stringCurrent tone中立, シリアス
{{targetTone}}stringTarget toneコミカル, ロマンチック, 緊張感
{{intensity}}stringChange intensity軽く, 強く

Usage Example

Change the tone of the following text from {{currentTone}} to {{targetTone}}.
Intensity: {{intensity}}

{{content}}
Consistency Check
Check consistency across text or plot.
consistency_check

Available Variables

Variable NameTypeDescriptionExample
{{content}}stringContent to check第1章から第5章までの内容
{{characters}}stringCharacter information (JSON)[{"name":"太郎","age":25}]
{{worldSettings}}stringWorld settings現代日本、魔法が存在する
{{previousScenes}}stringPrevious scene information第1章: 太郎は学校にいた
{{checkType}}stringCheck typeキャラクター, 時系列, 世界観

Usage Example

Check the consistency of the following content.
Check type: {{checkType}}

Character information:
{{characters}}

World settings:
{{worldSettings}}

Content to check:
{{content}}
Foreshadowing Extract
Extract foreshadowing elements from the text.
foreshadowing_extract

Available Variables

Variable NameTypeDescriptionExample
{{content}}stringContent to extract from第1章から第3章までの内容
{{genre}}stringGenreミステリー, ファンタジー
{{extractionDepth}}stringExtraction depth明示的なもののみ, 暗示的なものも含む

Usage Example

Extract foreshadowing elements from the following {{genre}} work.
Extraction depth: {{extractionDepth}}

{{content}}
Summary Generation
Generate a summary of the text.
summary

Available Variables

Variable NameTypeDescriptionExample
{{content}}stringText to summarize第1章の全文
{{targetLength}}stringTarget length100文字, 300文字
{{summaryType}}stringSummary typeキャッチコピー, 詳細なあらすじ, 一文要約
{{includeCharacters}}booleanInclude character namestrue, false
{{includePlot}}booleanInclude plot developmenttrue, false

Usage Example

Generate a {{summaryType}} of the following text in {{targetLength}}.

{{content}}
Plot Generation
Generate a plot (chapter/scene structure) for the work.
plot_generation

Available Variables

Variable NameTypeDescriptionExample
{{title}}stringWork title魔法学園の日常
{{genre}}stringGenre学園ファンタジー
{{theme}}stringTheme友情と成長
{{targetVolume}}stringTarget volume短編, 中編, 長編
{{targetWordCount}}numberTarget word count50000
{{mainCharacters}}stringMain characters (JSON)[{"name":"太郎","role":"主人公"}]
{{premise}}stringPremise/Setting魔法が使える学園での物語
{{plotStructure}}stringPlot structure三幕構成, 起承転結
{{numberOfActs}}numberNumber of acts3
{{numberOfScenes}}numberNumber of scenes30

Usage Example

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}}