We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Break up the systemPrompts into parts and store the relevant instructions in a dedicated variable. Map the variable names with the markdown files.
markdown
llm_role_play
steps_to_perform
examples
output
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Break up the systemPrompts into parts and store the relevant instructions in a dedicated variable. Map the variable names with the
markdown
files.llm_role_play
: will store the instructions to inform the LLM what role it needs to play to understand and provide output to user's prompts.steps_to_perform
: will inform the LLM about the exact steps to perform in order to generate output to user prompts.examples
: will provide relevant examples in line with the technology the systemPrompt is designed for.output
: will inform the LLM backend instructions about what the output should include the information and formatted.The text was updated successfully, but these errors were encountered: