This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* AI Prompts | |
* | |
* Contains prompt templates and utilities for formatting prompts | |
* for different AI tasks and scenarios. | |
*/ | |
import { Message } from './types.js'; | |
// Define MessageRole consts since we're using the type as values |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Do it in spite of it, do it by hand | |
Делай вопреки, делай от руки | |
Turn the world upside down, turn over the sky | |
Мир переверни, небо опрокинь | |
In every sketch, in every draft | |
В каждом наброске, в каждом черновике | |
The teacher continues in his student |
OlderNewer