@let info = (sessionInfo | async); @if(info) { @if (!info.body) { {{'retrieval-agents.sessions.preview.no-session-info' | translate}} } @else {
@switch (info.format) { @case ('PLAIN') {

{{ info.body }}

} @case ('HTML') {
} @case('MARKDOWN') {
} @default {

} }
} }