Skip to content

Releases: edx/learning-assistant

3.1.0: Remove audit access

30 Jan 18:15
07a714d
Compare
Choose a tag to compare

Previously, audit learners could access the chat endpoint. As part of a wider release, audit learner access should be revoked.

Remove and drop CoursePrompt model.

23 Jan 17:04
92b820c
Compare
Choose a tag to compare

feat!: remove and drop the CoursePrompt model

This release removes and drops the CoursePrompt model. Because we no longer have plans to store system prompts in a model, we have removed and dropped this model.

BREAKING CHANGE:

This release removes the CoursePrompt model, which means that this model will no longer be supported for specifying the system prompt to use for a course. In lieu of the CoursePrompt model, please use the LEARNING_ASSISTANT_PROMPT_TEMPLATE Django setting to store a system prompt as a Jinja2 query template. Please view the associated architecture decision record (ADR), "2. System Prompt Design Changes", here for more details.

Add Django admin form for LearningAssistantCourseEnabled model and remove references to CoursePrompt model in preparation for removal

22 Jan 14:42
9021d73
Compare
Choose a tag to compare
  • feat: add admin model form for LearningAssistantCourseEnabled model
  • feat: remove references to the CoursePrompt model in preparation for its removal

Add Django admin form for LearningAssistantCourseEnabled model and remove references to CoursePrompt model in preparation for removal

19 Jan 19:23
9292fee
Compare
Choose a tag to compare
  • feat: add admin model form for LearningAssistantCourseEnabled model
  • feat: remove references to the CoursePrompt model in preparation for its removal

2.0.1 Integrate prompt template

10 Jan 18:53
6fb879b
Compare
Choose a tag to compare
feat: integrate system prompt (#47)

* feat: integrate system prompt

* feat: add course waffle flag for content integration

1.5.0

20 Oct 17:34
5224f66
Compare
Choose a tag to compare

1.4.0: Reduce message list length

11 Sep 17:00
2ee7e74
Compare
Choose a tag to compare
Merge pull request #21 from edx/alangsto/update_message_length

feat: use reduced message to avoid maxing out tokens

1.3.3: Grant audit learners access

07 Sep 15:39
fe8f309
Compare
Choose a tag to compare
Merge pull request #20 from edx/alangsto/add_audit_access

feat: give audit learners access to la bot

1.3.2: Fix json field deserialization

25 Aug 15:42
92d4663
Compare
Choose a tag to compare
Merge pull request #15 from edx/alangsto/fix_json_field

fix: remove deserialization of jsonfield

1.3.1: Remove prompt field

24 Aug 20:15
f5eccd1
Compare
Choose a tag to compare
Merge pull request #14 from edx/alangsto/remove_prompt_field

feat: remove prompt field