Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40,906 changes: 20,826 additions & 20,080 deletions data/xaction/catalog.json

Large diffs are not rendered by default.

3,773 changes: 2,798 additions & 975 deletions data/xaction/changes.json

Large diffs are not rendered by default.

91 changes: 75 additions & 16 deletions data/xaction/modules/sys_ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,41 @@
"ownsLegacyContent": true,
"name": "AI 调用",
"description": "调用第三方AI服务",
"category": "Network",
"categoryName": "网络服务",
"category": "Ai",
"categoryName": "AI",
"stepType": "Action",
"isRisky": false,
"isProOnly": false,
"helpLink": "https://docs.getquicker.net/v2/xaction/modules/ai",
"inputs": [
{
"key": "modelSource",
"name": "模型来源",
"type": "Enum",
"defaultValue": "custom",
"required": true,
"variableMode": "Input",
"condition": "",
"description": "使用步骤内配置的 API,或复用设置中的全局连接、模型和凭据。"
},
{
"key": "globalUseCaseId",
"name": "AI 任务场景",
"type": "Text",
"defaultValue": "text.general",
"required": false,
"variableMode": "UseVarOrInput",
"condition": "仅:global",
"description": "选择“模型分配”中的任务场景;未指定模型时按场景配置的顺序选择和回退。"
},
{
"key": "endpoint",
"name": "接口端点",
"type": "Enum",
"defaultValue": "chat",
"required": true,
"variableMode": "Input",
"condition": "",
"condition": "排除:global",
"description": ""
},
{
Expand All @@ -29,7 +49,7 @@
"defaultValue": "",
"required": false,
"variableMode": "Input",
"condition": "",
"condition": "排除:global",
"description": "适用于可能适用于不同的端点,请参考官方文档使用。"
},
{
Expand All @@ -39,7 +59,7 @@
"defaultValue": "",
"required": false,
"variableMode": "Input",
"condition": "",
"condition": "排除:global",
"description": "可选,使用自定义的API服务器时使用。请参考模块文档了解如何设置。"
},
{
Expand All @@ -49,7 +69,7 @@
"defaultValue": "",
"required": false,
"variableMode": "Input",
"condition": "",
"condition": "排除:global",
"description": ""
},
{
Expand All @@ -59,7 +79,7 @@
"defaultValue": "",
"required": false,
"variableMode": "Input",
"condition": "",
"condition": "排除:global",
"description": "可选"
},
{
Expand All @@ -79,7 +99,7 @@
"defaultValue": "",
"required": false,
"variableMode": "Input",
"condition": "仅:chat",
"condition": "仅:chat; 排除:global",
"description": "可选。每次会话请生成新的GUID格式会话ID,设置后将自动保存会话历史。"
},
{
Expand All @@ -89,7 +109,7 @@
"defaultValue": "",
"required": false,
"variableMode": "Input",
"condition": "仅:chat",
"condition": "仅:chat; 排除:global",
"description": "可选。存放历史消息的json数组,格式请参考文档说明。设定会话ID后,也可直接写发送的历史会话条数。"
},
{
Expand Down Expand Up @@ -129,7 +149,7 @@
"defaultValue": "1",
"required": false,
"variableMode": "Input",
"condition": "仅:chat, completions",
"condition": "仅:chat, completions; 排除:global",
"description": ""
},
{
Expand All @@ -139,7 +159,7 @@
"defaultValue": "1",
"required": false,
"variableMode": "Input",
"condition": "",
"condition": "排除:global",
"description": "对每个问题生成几个结果,将会耗费更多token。"
},
{
Expand All @@ -149,7 +169,7 @@
"defaultValue": "120",
"required": false,
"variableMode": "Input",
"condition": "",
"condition": "排除:global",
"description": "最长等待秒数"
},
{
Expand Down Expand Up @@ -179,7 +199,7 @@
"defaultValue": "",
"required": false,
"variableMode": "Input",
"condition": "",
"condition": "排除:global",
"description": "遇到指定的内容时自动停止生成。可使用\\r,\\n,\\t等表示特殊字符。输入多行时,表示多个停止符。"
},
{
Expand All @@ -189,7 +209,7 @@
"defaultValue": "false",
"required": false,
"variableMode": "Input",
"condition": "",
"condition": "排除:global",
"description": "即使系统设置中未启用代理,本步骤仍然使用代理访问。"
},
{
Expand All @@ -199,7 +219,7 @@
"defaultValue": "",
"required": false,
"variableMode": "UseVarOrInput",
"condition": "仅:chat",
"condition": "仅:chat; 排除:global",
"description": "留空,或使用\"json_object\"表示json格式响应,或json格式的完整的response_format内容。"
},
{
Expand All @@ -209,7 +229,7 @@
"defaultValue": "",
"required": false,
"variableMode": "Input",
"condition": "仅:chat",
"condition": "仅:chat; 排除:global",
"description": "用于添加额外的请求参数。请参考文档"
},
{
Expand Down Expand Up @@ -280,6 +300,20 @@
"condition": "",
"description": ""
},
{
"key": "actualModel",
"name": "实际模型",
"type": "Text",
"condition": "仅:global",
"description": "全局 AI 配置模式实际使用的服务商和 API 模型。"
},
{
"key": "invocationId",
"name": "调用标识",
"type": "Text",
"condition": "仅:global",
"description": "全局 AI 配置模式生成的调用标识。"
},
{
"key": "historyMessages",
"name": "历史消息",
Expand All @@ -289,6 +323,31 @@
}
],
"selections": {
"modelSource": {
"name": "模型来源",
"items": [
{
"value": "custom",
"name": "步骤内自定义 API",
"description": ""
},
{
"value": "global",
"name": "全局 AI 配置",
"description": ""
}
]
},
"globalUseCaseId": {
"name": "AI 任务场景",
"items": [
{
"value": "text.general",
"name": "日常文本处理与翻译",
"description": ""
}
]
},
"endpoint": {
"name": "接口端点",
"items": [
Expand Down
4 changes: 2 additions & 2 deletions data/xaction/modules/sys_aiChat.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"ownsLegacyContent": true,
"name": "AI 交互对话",
"description": "打开流式 AI 对话窗口,支持追问并显式采用回答",
"category": "Network",
"categoryName": "网络服务",
"category": "Ai",
"categoryName": "AI",
"stepType": "Action",
"isRisky": false,
"isProOnly": false,
Expand Down
4 changes: 2 additions & 2 deletions data/xaction/modules/sys_aiClassify.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"ownsLegacyContent": true,
"name": "AI 文本分类",
"description": "使用全局 AI 设置从给定分类中选择一个稳定 Key",
"category": "Text",
"categoryName": "文本处理",
"category": "Ai",
"categoryName": "AI",
"stepType": "Action",
"isRisky": false,
"isProOnly": false,
Expand Down
4 changes: 2 additions & 2 deletions data/xaction/modules/sys_aiExtract.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"ownsLegacyContent": true,
"name": "AI 结构化提取",
"description": "使用全局 AI 设置按 JSON Schema 从文本中提取结构化数据",
"category": "Text",
"categoryName": "文本处理",
"category": "Ai",
"categoryName": "AI",
"stepType": "Action",
"isRisky": false,
"isProOnly": false,
Expand Down
4 changes: 2 additions & 2 deletions data/xaction/modules/sys_aiText.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"ownsLegacyContent": true,
"name": "AI 文本处理",
"description": "使用全局 AI 设置总结、改写、翻译或处理文本",
"category": "Text",
"categoryName": "文本处理",
"category": "Ai",
"categoryName": "AI",
"stepType": "Action",
"isRisky": false,
"isProOnly": false,
Expand Down
4 changes: 2 additions & 2 deletions data/xaction/modules/sys_aiVision.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"ownsLegacyContent": true,
"name": "AI 图片理解",
"description": "使用全局 AI 设置理解图片内容并回答问题",
"category": "Image",
"categoryName": "图片处理",
"category": "Ai",
"categoryName": "AI",
"stepType": "Action",
"isRisky": false,
"isProOnly": false,
Expand Down
2 changes: 1 addition & 1 deletion data/xaction/modules/sys_automationScript.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"stepType": "Action",
"isRisky": true,
"isProOnly": false,
"helpLink": "",
"helpLink": "https://docs.getquicker.net/v2/xaction/modules/automationscript",
"inputs": [
{
"key": "script",
Expand Down
33 changes: 29 additions & 4 deletions data/xaction/modules/sys_basic-ocr.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,17 @@
"required": false,
"variableMode": "Input",
"condition": "仅:QuickerServerOcr",
"description": "旧版兼容参数。Quicker OCR 当前固定使用在线服务;旧动作选择“仅使用离线引擎”时转为本地 OCR。新动作请直接选择“本地 OCR(中英)”。"
"description": "旧版兼容参数。Quicker OCR 当前固定使用在线服务;旧动作选择“仅使用离线引擎”时转为本地 OCR。新动作请直接选择“本地 OCR”。"
},
{
"key": "modelTier",
"name": "模型",
"type": "Enum",
"defaultValue": "small",
"required": false,
"variableMode": "Input",
"condition": "仅:LocalOcr, table_quicker",
"description": "标准=small(更准更大,默认);快速=tiny(更快更小)。切换后如未安装会下载对应模型包。"
},
{
"key": "stopIfFail",
Expand Down Expand Up @@ -150,7 +160,7 @@
"name": "原始结果",
"type": "Text",
"condition": "",
"description": "API接口返回的完整内容"
"description": "原始结果。表格识别为 ApiResult JSON(Data.Html / Data.Tsv);其它引擎为接口原始内容。"
},
{
"key": "rawObject",
Expand Down Expand Up @@ -191,12 +201,12 @@
},
{
"value": "table_quicker",
"name": "表格识别(Quicker服务)",
"name": "表格识别(本地)",
"description": ""
},
{
"value": "LocalOcr",
"name": "本地 OCR(中英)",
"name": "本地 OCR",
"description": ""
}
]
Expand Down Expand Up @@ -345,6 +355,21 @@
"description": ""
}
]
},
"modelTier": {
"name": "模型",
"items": [
{
"value": "tiny",
"name": "快速",
"description": ""
},
{
"value": "small",
"name": "标准",
"description": ""
}
]
}
},
"sourceFileName": "sys_basic-ocr_基础OCR.md"
Expand Down
2 changes: 1 addition & 1 deletion data/xaction/modules/sys_chromecontrol.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"required": false,
"variableMode": "Input",
"condition": "仅:RunScript",
"description": "在脚本中使用sendReplyToQuicker函数手动返回数据"
"description": "开启后等待脚本内异步逻辑完成再返回输出。MV3 推荐 async/await 并在末尾 return(或返回 Promise),通常保持关闭。"
},
{
"key": "waitComplete",
Expand Down
Loading
Loading