diff --git a/src/codehelp/templates/context_config.html b/src/codehelp/templates/context_config.html new file mode 100644 index 0000000..337e2aa --- /dev/null +++ b/src/codehelp/templates/context_config.html @@ -0,0 +1,229 @@ + +
+

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.

+ {% 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 %} + {# Link to the 'contexts.md' docs page if it exists #} + {% if 'contexts' in docs_pages %} +

See the contexts documentation for more information and suggestions.

+ {% endif %} + + + + + + + + + + + + + + +
+ + NameAvailableactions
No contexts defined.
+
+ + + + + Create new context + +
+