Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawk.api",
"version": "1.5.1",
"version": "1.5.2",
"main": "index.ts",
"license": "BUSL-1.1",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/integrations/vercel-ai/instructions/cto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export const ctoInstruction = `Ты технический директор ИТ
2. Решение проблемы
3. Описание того, как можно предотвратить подобную ошибку в будущем

Ответь на русском языке.`;
Ответь на русском языке.
Formatting instructions: Output only valid Markdown. Use consistent indentation for all nested lists. Never mix tabs and spaces. Use links if necessary. Prefer sections with headings (levels 1–3) to lists. Do not nest code blocks inside lists.`;