@if (messages.length === 0 && !currentAssistantText && !error) {

Pose une question à l'IA pendant la partie.

Elle connaît ton univers, ta campagne, les règles du système et tout ce qui a été noté dans le journal.

} @for (m of messages; track m) {
{{ m.content }}
@if (m.role === 'assistant') { }
} @if (currentAssistantText) {
{{ currentAssistantText }}
} @if (error) {

{{ error }}

}
@if (!isStreaming) { } @if (isStreaming) { }