Skip to content
New issue

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

Enhancement: Provide better repository context in prompt #5

Open
devAyushDubey opened this issue Jan 13, 2024 · 0 comments
Open

Enhancement: Provide better repository context in prompt #5

devAyushDubey opened this issue Jan 13, 2024 · 0 comments
Labels
IWOC2024 For considering submissions Medium

Comments

@devAyushDubey
Copy link
Owner

Description

IkarisGPT currently relies on repository description for injecting a context/understanding of the project in the LLM prompt. Repository descriptions are often brief and does not provide a verbose understanding of the project. For IkarisGPT to produce better descriptions, it should be capable of encapsulating useful information about the project from different sources (like readme.md) or even provide for the maintainer to manually enter important details of the project in a summary.

Tasks

  • Research for improved ways of injecting context into prompts.
  • Implement a mechanism to inject facts from README.md to prompt.
  • (Optional) Implement a mechanism for the maintainers to manually input project specific details.
  • Analyse and present the difference this makes in description generation.

Expected Outcome

Improved description generation with more project specific details, less tangential and more issue specific texts in overall context of the project.

@devAyushDubey devAyushDubey added IWOC2024 For considering submissions Medium labels Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IWOC2024 For considering submissions Medium
Projects
None yet
Development

No branches or pull requests

1 participant