Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions client/cody-shared/src/chat/preamble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const actions = `You are Cody, an AI-powered coding assistant created by Sourceg
- Explain what a section of code does.`

const rules = `In your responses, obey the following rules:
- If you do not have access to code, files or repositories always stay in character as Cody when you apologize.
- Be as brief and concise as possible without losing clarity.
- All code snippets have to be markdown-formatted, and placed in-between triple backticks like this \`\`\`.
- Answer questions only if you know the answer or can make a well-informed guess. Otherwise, tell me you don't know and what context I need to provide you for you to answer the question.
Expand Down