Skip to content

Commit 5327c0b

Browse files
committed
chore: add MUST command to adl page
1 parent b11fedc commit 5327c0b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

static/adl/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,14 +424,15 @@ <h2 class="text-base text-nature-primary font-semibold tracking-wide uppercase">
424424
ADL Examples
425425
</p>
426426
<p class="mt-4 max-w-2xl text-xl text-stone-600 lg:mx-auto">
427-
See the difference between standard LLM behavior and ADL's controlled execution.
427+
See the difference between standard LLM behavior and ADL's controlled execution and
428+
how ADL can improve dialog design.
428429
</p>
429430
</div>
430431

431-
<div class="flex overflow-x-auto gap-8 pb-8 snap-x relative">
432+
<div class="flex flex-col gap-12 relative">
432433

433434
<!-- Example 1: Steps -->
434-
<div class="min-w-[80vw] lg:min-w-[1000px] snap-center bg-nature-page rounded-2xl border border-nature-border p-8 flex flex-col lg:flex-row gap-8">
435+
<div class="bg-nature-page rounded-2xl border border-nature-border p-8 flex flex-col lg:flex-row gap-8">
435436
<div class="lg:w-1/3 space-y-4">
436437
<div class="flex items-center gap-3">
437438
<div class="p-2 bg-nature-primary/10 rounded-lg">
@@ -478,7 +479,7 @@ <h4 class="font-bold text-xs text-stone-500 uppercase tracking-wide mb-2">Scenar
478479
</div>
479480

480481
<!-- Example 2: Tool Calling -->
481-
<div class="min-w-[80vw] lg:min-w-[1000px] snap-center bg-nature-page rounded-2xl border border-nature-border p-8 flex flex-col lg:flex-row gap-8">
482+
<div class="bg-nature-page rounded-2xl border border-nature-border p-8 flex flex-col lg:flex-row gap-8">
482483
<div class="lg:w-1/3 space-y-4">
483484
<div class="flex items-center gap-3">
484485
<div class="p-2 bg-nature-primary/10 rounded-lg">

0 commit comments

Comments
 (0)