Skip to content

Commit 99fa2d8

Browse files
author
colinmcneil
committed
Fix readme frontmatter
1 parent 5e4c33a commit 99fa2d8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

prompts/check-user-facing-pr/readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
functions:
2+
tools:
33
- name: one-review-pr
44
type: prompt
5+
description: Review a PR for user-facing changes.
56
parameters:
67
type: object
78
properties:
@@ -10,12 +11,13 @@ functions:
1011
description: the branch to check
1112
ref: "github:docker/labs-ai-tools-for-devs?path=prompts/check-user-facing-pr/1-check-user-facing-pr.md&ref=main"
1213
- name: two-review-files
14+
description: Review a list of files for user-facing changes.
1315
type: prompt
1416
parameters:
1517
type: object
1618
properties:
17-
files:
18-
type: array
19+
branch:
20+
type: string
1921
description: the files to check
2022
ref: "github:docker/labs-ai-tools-for-devs?path=prompts/check-user-facing-pr/2-check-user-facing-file.md&ref=main"
2123
---

0 commit comments

Comments
 (0)