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

Add support for LLM integration. #4

Open
missionmike opened this issue Oct 31, 2024 · 0 comments
Open

Add support for LLM integration. #4

missionmike opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@missionmike
Copy link
Owner

As a user, I want to be able to perform the following steps:

  1. Paste the text from a job listing into a text field in the studio dashboard.
  2. Click an "Optimize and Print to PDF" option (this depends on "Print to PDF" issue)
  3. Request is sent to LLM endpoint that will include the following payload (rough concept):
{
  "listingText": "...",
  "resumeData": {
    // structured resume data including bullet points.
  }
}

The prompt would instruct the LLM to only modify the bullet points and associated skills to more closely match the provided job listing text.

  1. The response received from the LLM is in the same JSON-format as provided originally.
  2. The response is parsed into the "Print to PDF" helper to render the structured data to PDF.
@missionmike missionmike added the feature New feature or request label Oct 31, 2024
@missionmike missionmike self-assigned this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant