diff options
| -rw-r--r-- | packages/server/src/core/prompts.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/server/src/core/prompts.ts b/packages/server/src/core/prompts.ts index f2237581..003616ae 100644 --- a/packages/server/src/core/prompts.ts +++ b/packages/server/src/core/prompts.ts @@ -126,6 +126,7 @@ ${(function () { - Never push changes to a remote repository without being asked explicitly by the user. `; } + return ''; })()} # Examples (Illustrating Tone and Workflow) |
