DevSpeak allows you to inject specific constraints or formatting rules directly into the LLM prompt, tailoring the translation engine to your unique needs.
Custom Instructions are a powerful tool for overriding or supplementing the default behavior of the translation engine. They allow you to enforce company-specific coding standards, ensure specific terminology is used, or add custom sections to the output format.
To use Custom Instructions, navigate to the Account Settings page and enter your instructions in the provided textarea. These instructions will be appended to the system prompt for all future translations.
`` Always use TypeScript for code examples. Never suggest using Redux for state management. Include a section on "Security Considerations" in all Technical Specs.
``
The Custom Instructions significantly influence the tone, structure, and content of the generated technical specification. For example, if you instruct the engine to always use TypeScript, all code examples will be generated in TypeScript, regardless of the selected Tech Context.
When using Custom Instructions, consider the following best practices: