copy(agents): explain the pipeline message flow

This commit is contained in:
RockChinQ
2026-08-27 16:03:56 +08:00
parent 7d9bdf0562
commit 4b888ad390
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ test.describe('frontend CRUD smoke flows', () => {
await expect(
page.locator('[data-processor-kind="pipeline"]'),
).toContainText(
'按固定流程处理消息事件适合步骤明确、需要稳定控制处理过程的场景。',
'流水线即为经典的“收到消息、请求AI、回复用户”流程,并辅以常用的配置功能。仅处理消息事件适合步骤明确、需要稳定控制处理过程的场景。',
);
});