Skip to content

Commit

Permalink
fix: 修复查看详情时没有上传图片不显示提示词的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Nov 25, 2024
1 parent ebfadf2 commit 00e847d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/components/ai-chat/ExecutionDetailDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@
/>
</template>
</el-space>
</div>
<div>
<p class="mb-8 color-secondary">提示词:</p>
{{ item.question || '-' }}
</div>
</div>
Expand Down

0 comments on commit 00e847d

Please sign in to comment.