of its own, unlike every other card here. The component draws its own banner now
// — it carries the size control — and a card heading above that banner would be the same
// words twice. The banner is styled as a card heading so the row still reads level with the
// cards beside it.
//
// Starts on General Chat, unlike the AI tab. This is the box you type an idle question
// into while watching the dashboard, and the worker escalates anything about this install
// to the assistant on its own — so landing on the strict profile here would refuse
// ordinary questions to guard against a mistake the server already prevents.
vv_ai_chat_markup('vv-mon-ai', [
'mesh' => true,
'profile' => 'chat',
'compact' => true,
'title' => 'Assistant',
'icon' => '',
// Deliberately unchanged. The control is wired in so the card behaves like every other
// instance, but the numbers are the ones this card has always used: 300px collapsed and
// 750px expanded, which is now Large. Medium is provisional and sits between them until
// this card gets the same re-cut the Scheduler's shares just had.
'height' => '300px',
'tall' => '500px',
'tallLarge' => '750px',
'empty' => 'Ask anything. Questions about this installation are handed to the '
. 'Varaverk assistant automatically.',
'placeholder' => 'Ask the assistant…',
]);
?>