ui changes for modularity and npc generation
This commit is contained in:
@@ -3,10 +3,22 @@ retry_prefix = "Previous attempts failed. Please try again and ensure you follow
|
||||
|
||||
# NPC Generation Prompts
|
||||
|
||||
[description_from_name_and_level]
|
||||
question = "Based on the name '{name}' and character level {level}, write a short description for this character."
|
||||
constraints = "Respond with a descriptive paragraph (2-4 sentences). Do not include any other text or metadata."
|
||||
|
||||
[name]
|
||||
question = "Based on the description, what is a fitting name for this character?"
|
||||
constraints = "Respond with only the name."
|
||||
|
||||
[name_from_description_and_level]
|
||||
question = "Based on the description {description} and level {level}, what is a fitting name for this character?"
|
||||
constraints = "Respond with only the name."
|
||||
|
||||
[name_from_level]
|
||||
question = "Based on the character level {level}, what is a fitting name for this character?"
|
||||
constraints = "Respond with only the name."
|
||||
|
||||
[ability_score_modifier]
|
||||
question = "Based on the description, how would you rate the {modifierTier} ability score modifier for a level {level} character in {system}?"
|
||||
constraints = "Respond with only a single word: Extreme, High, Moderate, or Low."
|
||||
|
||||
Reference in New Issue
Block a user