I’m wondering if there are any ways to integrate LLMs (e.g. ChatGPT) with CodeRunner in order to provide qualitative feedback on students’ code submissions — in addition to the usual functional tests.
For example, I’d like to give students insights into their code style, structure, naming, or other aspects that go beyond correctness. Is there any existing functionality in CodeRunner to support this kind of integration, or has anyone experimented with such an approach?
Thanks!