mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
fix: pad the agent run below its badges as well as above
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
16871607ba
commit
5cb176cc65
@@ -34,7 +34,7 @@
|
||||
})
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col w-full pt-3">
|
||||
<div class="flex flex-col w-full py-3">
|
||||
{#if trace.length > 0}
|
||||
<AgentTrace entries={trace} {workspaceId} />
|
||||
<LabeledDivider class="my-3">
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
nothing moves when the result lands. The text at the bottom is deliberately
|
||||
unlabelled: a turn that goes on to call a tool was narration, and only the end
|
||||
of the run settles which this one is. -->
|
||||
<div class="flex flex-col w-full pt-3">
|
||||
<div class="flex flex-col w-full py-3">
|
||||
{#each stream.entries as entry, index (entry.kind === 'tool' ? entry.callId : index)}
|
||||
{#if entry.kind === 'tool'}
|
||||
<ChatCollapsibleCard
|
||||
|
||||
Reference in New Issue
Block a user