mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-28 21:27:14 +00:00
copy(agents): explain the pipeline message flow
This commit is contained in:
@@ -89,7 +89,7 @@ test.describe('frontend CRUD smoke flows', () => {
|
||||
await expect(
|
||||
page.locator('[data-processor-kind="pipeline"]'),
|
||||
).toContainText(
|
||||
'按固定流程处理消息事件。适合步骤明确、需要稳定控制处理过程的场景。',
|
||||
'流水线即为经典的“收到消息、请求AI、回复用户”流程,并辅以常用的配置功能。仅处理消息事件,适合步骤明确、需要稳定控制处理过程的场景。',
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user