@attribute [Route(Routes.ASSISTANT_IMAGE_GENERATION)] @inherits AssistantBaseCore @using AIStudio.Chat @code { private protected override RenderFragment? AfterResultContent => this.ResultingContentBlock?.Content is ContentImage generatedImage ? @@T("Download image") : null; }