Update perspective field label and hint for improved clarity in narrative prompts

This commit is contained in:
vegu-ai-tools
2026-04-01 14:19:38 +03:00
parent e4a73a5964
commit 233f86f965

View File

@@ -33,14 +33,14 @@
<v-col cols="12" md="8" lg="6" xl="6">
<v-text-field
v-model="scene.data.perspective"
label="Perspective"
hint="The narrative perspective and tense for the story (e.g., 'Third person limited, past tense, focused on character's POV')."
label="Perspective and tense"
hint="The narrative perspective, tense, and point of view for the story. This is included in all narration and dialogue prompts."
:color="dirty['perspective'] ? 'dirty' : ''"
:disabled="busy['perspective']"
:loading="busy['perspective']"
@update:model-value="setFieldDirty('perspective')"
@blur="update(true)"
placeholder="e.g., Third person limited, past tense"
placeholder="e.g., Third person limited, past tense / Second person, present tense"
></v-text-field>
</v-col>
</v-row>