8,979
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
| Line 214: | Line 214: | ||
Example of an Agent.md; for "..." use your own start path. | Example of an Agent.md; for "..." use your own start path. | ||
The display name is not determined by the filename but by the internal name. Either add manually or tell the IDE chatbot to add your agent directory to the '''project file'''. After that agents can be picked. | |||
This way, agents also can have a global directory. | |||
<pre> | |||
<ItemGroup> | |||
<None Include="$(UserProfile)\.github\agents\*.md" /> | |||
</ItemGroup> | |||
</pre> | |||
<pre> | <pre> | ||
--- | --- | ||
edits