Skip to content

Commit 715eb47

Browse files
authored
Fix rendering of custom agent definition (#63367)
1 parent f8be73d commit 715eb47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎content/copilot/how-tos/copilot-cli/customize-copilot/create-custom-agents-for-cli.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ When {% data variables.product.prodname_copilot_short %} runs your {% data varia
142142

143143
If you want a subagent to follow your repository's conventions—for example, an agent that reviews or edits code—add `include-custom-instructions: true` to the agent file's frontmatter:
144144

145-
```markdown
145+
```text
146146
---
147147
name: RepoAwareReviewer
148148
description: Reviews a change against this repository's conventions

0 commit comments

Comments
 (0)