mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-01 19:48:52 +02:00
Update perspective field label and hint for improved clarity in narrative prompts
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user