mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-29 12:00:00 +00:00
separate source and content graph
This commit is contained in:
parent
b42a95b35f
commit
2e2a4947b3
12 changed files with 167 additions and 56 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
class SourceState(TypedDict):
|
||||
class ContentState(TypedDict):
|
||||
content: str
|
||||
file_path: str
|
||||
url: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue