@using AIStudio.Chat @this.Title @this.Description @if (this.Body is not null) { @this.Body } @if (this.isProcessing) { } @if (this.ShowResult && this.resultingContentBlock is not null) { } }