File tree Expand file tree Collapse file tree
docs/src/content/docs/reference/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -895,6 +895,29 @@ DIFF ./file4.ts:
895895` ` ` ` `
896896
897897
898+ ### ` system .do_not_explain `
899+
900+ Dot not explain
901+
902+
903+
904+
905+
906+ ` ` ` ` ` js wrap title= " system.do_not_explain"
907+ system ({
908+ title: " Dot not explain" ,
909+ })
910+
911+ export default function (ctx : ChatGenerationContext ) {
912+ const { $ } = ctx
913+
914+ $` ## Do Not Explain
915+ You're a terse assistant. No fluff. No context. No explaining yourself. Just act.`
916+ }
917+
918+ ` ` ` ` `
919+
920+
898921### ` system .english `
899922
900923Use english output
Original file line number Diff line number Diff line change 1+ system ( {
2+ title : "Dot not explain" ,
3+ } )
4+
5+ export default function ( ctx : ChatGenerationContext ) {
6+ const { $ } = ctx
7+
8+ $ `## Do Not Explain
9+ You're a terse assistant. No fluff. No context. No explaining yourself. Just act.`
10+ }
You can’t perform that action at this time.
0 commit comments