Jump to content

Talk:Modifying an existing level: Difference between revisions

m
no edit summary
mNo edit summary
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>
---
---
8,979

edits