feat(XL13): 归档工作流对话运行界面
- 接入发布快照优先与未发布草稿受控运行 - 支持文本和思考流式输出、循环多输出及实时运行详情 - 完成聊天分享、图片输入、中止与清空重来 - 补充后端与前端定向回归测试
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
{/snippet}
|
||||
|
||||
<div class="heading">
|
||||
<Heading level={3}>图片识别</Heading>
|
||||
<Heading level={3}>图片输入</Heading>
|
||||
<Button class="input-btn-more" style="margin-left: auto" onclick={()=>{
|
||||
addParameter(currentNodeId, "images")
|
||||
}}>
|
||||
@@ -219,7 +219,11 @@
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<RefParameterList dataKeyName="images" noneParameterText="无图片参数" />
|
||||
<RefParameterList
|
||||
dataKeyName="images"
|
||||
noneParameterText="无图片参数"
|
||||
acceptedContentTypes={["image"]}
|
||||
/>
|
||||
|
||||
{#if queryContextOptions.length > 0}
|
||||
<Heading level={3} mt="10px">查询数据信息</Heading>
|
||||
|
||||
Reference in New Issue
Block a user