Skip to content

Conversation

@Henrrypg
Copy link
Contributor

No description provided.

@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label Nov 12, 2025
@openedx-webhooks
Copy link

openedx-webhooks commented Nov 12, 2025

Thanks for the pull request, @Henrrypg!

This repository is currently maintained by @felipemontoya.

Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review.

🔘 Get product approval

If you haven't already, check this list to see if your contribution needs to go through the product review process.

  • If it does, you'll need to submit a product proposal for your contribution, and have it reviewed by the Product Working Group.
    • This process (including the steps you'll need to take) is documented here.
  • If it doesn't, simply proceed with the next step.
🔘 Provide context

To help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:

  • Dependencies

    This PR must be merged before / after / at the same time as ...

  • Blockers

    This PR is waiting for OEP-1234 to be accepted.

  • Timeline information

    This PR must be merged by XX date because ...

  • Partner information

    This is for a course on edx.org.

  • Supporting documentation
  • Relevant Open edX discussion forum threads
🔘 Get a green build

If one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green.


Where can I find more information?

If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:

When can I expect my changes to be merged?

Our goal is to get community contributions seen and reviewed as efficiently as possible.

However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:

  • The size and impact of the changes that it introduces
  • The need for product review
  • Maintenance status of the parent repository

💡 As a result it may take up to several weeks or months to complete a review and merge your PR.

@codecov
Copy link

codecov bot commented Nov 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.04%. Comparing base (93a3c3f) to head (5b86d69).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
- Coverage   68.76%   63.04%   -5.72%     
==========================================
  Files          17       18       +1     
  Lines         397      433      +36     
  Branches       27       27              
==========================================
  Hits          273      273              
- Misses        117      153      +36     
  Partials        7        7              
Flag Coverage Δ
unittests 63.04% <ø> (-5.72%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Henrrypg Henrrypg changed the title feat: add library problem feat: POC add library problem Nov 12, 2025
@Henrrypg Henrrypg force-pushed the hpg/poc-adding-library-problems branch from 5b86d69 to 591df56 Compare November 12, 2025 15:36
@mphilbrick211 mphilbrick211 moved this from Needs Triage to Waiting on Author in Contributions Nov 13, 2025
@Henrrypg Henrrypg force-pushed the hpg/poc-adding-library-problems branch 2 times, most recently from 0d5d1cd to 53a9c9e Compare November 19, 2025 15:36
@Henrrypg Henrrypg marked this pull request as ready for review November 19, 2025 15:37
@felipemontoya felipemontoya force-pushed the hpg/poc-adding-library-problems branch from a7d0c85 to 38b7919 Compare November 24, 2025 17:24
@felipemontoya felipemontoya requested review from Copilot and felipemontoya and removed request for Copilot November 24, 2025 23:58
Copilot finished reviewing on behalf of felipemontoya November 25, 2025 00:02
@felipemontoya
Copy link
Member

@Henrrypg I gave this POC some time today and I fixed some of the most oustanding issues.

  • the backend used is now at the CMS
  • the default config profile for cms is now EducatorAssistantOrchestrator
  • there is a new component to render the AI assist for studio.
image

I also did some minor refactors on the callAIService function to make it more general.

From my perspective, this PR still needs:

  • fix the question generation so that it produces the questions and groups them in a collection
  • A response component that says the name of the collection and puts a link to it.
  • fixing the names of the generated questions
  • make sure we pass QA for front and backend
  • make the EducatorAssistantProcessor safe to use with gpt-5.1 (mini o full)
  • some refactor of the generate_quiz_questions encapusating the llm call and the library functions
  • probably a semantic review of the instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

open-source-contribution PR author is not from Axim or 2U

Projects

Status: Waiting on Author

Development

Successfully merging this pull request may close these issues.

3 participants