@learnpack/learnpack 5.0.323 → 5.0.327

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/ui/app.tar.gz CHANGED
Binary file
@@ -547,6 +547,7 @@ type TAddInteractivityInputs = {
547
547
  prev_lesson: string;
548
548
  initial_lesson: string;
549
549
  output_language: string;
550
+ lesson_info: string;
550
551
  current_syllabus: string;
551
552
  };
552
553
 
@@ -557,7 +558,7 @@ export const addInteractivity = async (
557
558
  ) => {
558
559
  try {
559
560
  const response = await axios.post(
560
- `${RIGOBOT_HOST}/v1/prompting/completion/lesson-refiner/`,
561
+ `${RIGOBOT_HOST}/v1/prompting/completion/add-lesson-interactivy/`,
561
562
  {
562
563
  inputs,
563
564
  include_purpose_objective: false,