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
Prompts are currently hardcoded across different files, making maintenance and model-specific optimizations difficult.
Create a dedicated prompt management system with:
Create new file(s) under app/modules/intelligence/prompts
app/modules/intelligence/prompts
Implement loader function to:
The text was updated successfully, but these errors were encountered:
kinshuksinghbist
Successfully merging a pull request may close this issue.
Centralize Prompt Management System
Problem
Prompts are currently hardcoded across different files, making maintenance and model-specific optimizations difficult.
Proposed Solution
Create a dedicated prompt management system with:
Implementation Details
Create new file(s) under
app/modules/intelligence/prompts
Implement loader function to:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: