Contexts
-Contexts provide additional information to the LLM for each query a student makes. You can have a single default context that is always used, or you can create separate contexts for individual assignments or modules. If multiple contexts are available, students will be able to select from them when making queries.
+Contexts provide additional information to the LLM for each query a student makes. You can have a single default context that is always used, or you can create separate contexts for individual assignments or modules. If multiple contexts are available, students will be able to select from them when making queries.
{% if contexts | length == 0 %}While not strictly required, we recommend defining at least one context to specify the language(s), frameworks, and/or libraries in use in this class.
{% endif %} @@ -89,7 +89,7 @@