@page "/assistant/coding"
@inherits AssistantBaseCore
@for (var contextIndex = 0; contextIndex < this.codingContexts.Count; contextIndex++)
{
var codingContext = this.codingContexts[contextIndex];
}
Add context
@if (this.provideCompilerMessages)
{
}
Get support