This commit is contained in:
@@ -1481,7 +1481,7 @@ mkdir backend/app/subgraphs/my_subgraph
|
||||
2. **创建状态定义 (state.py)**
|
||||
```python
|
||||
from typing_extensions import TypedDict
|
||||
from ..core.state_base import BaseSubgraphState
|
||||
from backend.app.core.state_base import BaseSubgraphState
|
||||
|
||||
class MySubgraphState(BaseSubgraphState):
|
||||
\"\"\"
|
||||
|
||||
Reference in New Issue
Block a user