docs(core): align patch grammar guidance
This commit is contained in:
parent
edbe308787
commit
f641186d56
2 changed files with 10 additions and 28 deletions
|
|
@ -17,7 +17,7 @@ export const name = "patch"
|
|||
|
||||
export const Input = Schema.Struct({
|
||||
patchText: Schema.String.annotate({
|
||||
description: "The full patch text describing add, update, and delete operations",
|
||||
description: "The complete patch, including the `*** Begin Patch` and `*** End Patch` markers",
|
||||
}),
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue