This assistant mirrors the functionality of the native Summarize assistant with the following customizations:
- Both system and user prompts have slight changes for jupyter specific context setting.
-
This can be verified by checking the
userPromptvariable - we've removed the following snippet that would pass the open guide page as context<assignment> ${context.guidesPage.content} </assignment>
- comments in
index.jswalk through how we filter and select the markdown cell content of the open Jupyterlab notebook. - this is then passed as context (in the
userPromptvariable)