Skip to content

Commit 104a9be

Browse files
Reword TextPrompt description as complete sentences
CoPilot flagged the bullet as a fragment ("The simpler variant and the default for the filesystem backend..." — no main verb). Reworded as two complete clauses; no semantic change.
1 parent 71aa786 commit 104a9be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/concepts/prompts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ strict default is actively wrong for your workflow.
120120
`Prompt` is a discriminated union over `TextPrompt` and `ChatPrompt`:
121121

122122
- A `TextPrompt` carries a single `template: str` and renders to
123-
exactly one `UserMessage`. The simpler variant and the default
124-
for the filesystem backend; the right shape when the prompt is
125-
a single user instruction and you don't need role tagging.
123+
exactly one `UserMessage`. This is the simpler variant and the
124+
default for the filesystem backend; reach for it when the prompt
125+
is a single user instruction and you don't need role tagging.
126126
- A `ChatPrompt` carries `chat_template: list[ChatSegment]`. Each
127127
segment is either a `ContentSegment` (a role-tagged content
128128
block — `system`, `user`, or `assistant`, carrying a text

0 commit comments

Comments
 (0)