mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-11 09:29:07 +00:00
Migrated back to stream directly into the Markdown renderer; due to its update, this seems now be possible.
This commit is contained in:
parent
be94f6156e
commit
c4a5242674
@ -34,19 +34,10 @@
|
|||||||
<MudSkeleton Width="100%"/>
|
<MudSkeleton Width="100%"/>
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
|
||||||
@if (this.Content.IsStreaming)
|
|
||||||
{
|
|
||||||
<MudText Typo="Typo.body1" Style="white-space: pre-wrap;">
|
|
||||||
@textContent.Text
|
|
||||||
</MudText>
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
{
|
||||||
<MudMarkdown Value="@textContent.Text"/>
|
<MudMarkdown Value="@textContent.Text"/>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user