We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e493277 + 8f3b168 commit 63b6849Copy full SHA for 63b6849
2 files changed
src/routes/chat/[agentId]/[conversationId]/chat-box.svelte
@@ -1657,7 +1657,7 @@
1657
</div>
1658
<p class="chat-time mb-0 float-end">
1659
<i class="bx bx-time-five align-middle me-1" />
1660
- {utcToLocal(message.created_at, 'hh:mm A')}
+ {utcToLocal(message.created_at, 'h:mm:ss A')}
1661
</p>
1662
1663
{#if !!message.post_action_disclaimer}
src/routes/page/agent/[agentId]/agent-components/agent-mcp-tool.svelte
@@ -289,7 +289,7 @@
289
{#each tool.functions as fn, fid (fid)}
290
<div class="utility-list-item">
291
<div class="utility-label line-align-center">
292
- {fid === 0 ? 'Functions' : ''}
+ {fid === 0 ? 'Tools' : ''}
293
294
<div class="utility-value">
295
<div class="utility-input line-align-center">
0 commit comments