You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/markdown/advanced.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -626,6 +626,31 @@ var session = client.createSession(
626
626
627
627
---
628
628
629
+
## Instruction Directories
630
+
631
+
Provide additional directories containing custom instruction files. These instructions are automatically included in the system message for all conversations in the session.
Instruction files are discovered from `.github/instructions/` subdirectories within each specified path and should use the `.instructions.md` extension.
0 commit comments