File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
chat/[agentId]/[conversationId]
page/agent/[agentId]/agent-components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16571657 </div>
16581658 <p class="chat-time mb-0 float-end">
16591659 <i class="bx bx-time-five align-middle me-1" />
1660- {utcToLocal(message.created_at, 'hh :mm A')}
1660+ {utcToLocal(message.created_at, 'h :mm:ss A')}
16611661 </p>
16621662 </div>
16631663 {#if !!message.post_action_disclaimer}
Original file line number Diff line number Diff line change 289289 {#each tool .functions as fn, fid (fid)}
290290 < div class = " utility-list-item" >
291291 < div class = " utility-label line-align-center" >
292- {fid === 0 ? ' Functions ' : ' ' }
292+ {fid === 0 ? ' Tools ' : ' ' }
293293 < / div>
294294 < div class = " utility-value" >
295295 < div class = " utility-input line-align-center" >
You can’t perform that action at this time.
0 commit comments