Update viz.mdc

删除无效的行,会导致 cursor 识别错误
This commit is contained in:
100apps 2025-07-20 21:39:07 +08:00 committed by GitHub
parent 6a969e3897
commit 0252865d20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -1,9 +1,4 @@
--- ---
description:
globs:
alwaysApply: false
---
---
description: Guidelines for using PocketFlow, Utility Function, Viz and Debug description: Guidelines for using PocketFlow, Utility Function, Viz and Debug
globs: globs:
alwaysApply: false alwaysApply: false
@ -279,4 +274,4 @@ data_science_flow = DataScienceFlow(start=data_prep_node)
data_science_flow.run({}) data_science_flow.run({})
``` ```
The output would be: `Call stack: ['EvaluateModelNode', 'ModelFlow', 'DataScienceFlow']` The output would be: `Call stack: ['EvaluateModelNode', 'ModelFlow', 'DataScienceFlow']`