We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e27c2 commit 08bbdf6Copy full SHA for 08bbdf6
ui/src/components/markdown/tool-calls-render/index.vue
@@ -5,7 +5,7 @@
5
<div class="flex" style="flex-wrap: nowrap; align-items: center">
6
<el-avatar class="avatar-gradient mr-8" style="height: 20px; width: 20px" shape="square">
7
<img :src="toolCallsContent.icon || defaultIcon" /> </el-avatar
8
- >工具执行
+ >{{ toolCallsContent.title || '工具执行' }}工具执行
9
</div>
10
</template>
11
<Content :content="toolCallsContent"></Content>
0 commit comments