Skip to content

Commit 4bde250

Browse files
committed
fix: Tool executes rendering using title field
1 parent 08bbdf6 commit 4bde250

File tree

1 file changed

+1
-1
lines changed
  • ui/src/components/markdown/tool-calls-render

1 file changed

+1
-1
lines changed

ui/src/components/markdown/tool-calls-render/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="flex" style="flex-wrap: nowrap; align-items: center">
66
<el-avatar class="avatar-gradient mr-8" style="height: 20px; width: 20px" shape="square">
77
<img :src="toolCallsContent.icon || defaultIcon" /> </el-avatar
8-
>{{ toolCallsContent.title || '工具执行' }}工具执行
8+
>{{ toolCallsContent.title || '工具执行' }}
99
</div>
1010
</template>
1111
<Content :content="toolCallsContent"></Content>

0 commit comments

Comments
 (0)