File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import {
1515import type {
1616 RunnableLike ,
1717 LangGraphRunnableConfig ,
18+ Runtime ,
1819} from "../pregel/runnable_types.js" ;
1920import { BaseChannel , isBaseChannel } from "../channels/base.js" ;
2021import {
@@ -171,19 +172,15 @@ type StrictNodeAction<
171172 InterruptType ,
172173 WriterType
173174> = RunnableLike <
174- S ,
175+ Prettify < S > ,
175176 | U
176177 | Command <
177178 InterruptResumeType < InterruptType > ,
178179 // eslint-disable-next-line @typescript-eslint/no-explicit-any
179180 U & Record < string , any > ,
180181 Nodes
181182 > ,
182- LangGraphRunnableConfig <
183- StateType < ToStateDefinition < C > > ,
184- InterruptType ,
185- WriterType
186- >
183+ Runtime < StateType < ToStateDefinition < C > > , InterruptType , WriterType >
187184> ;
188185
189186const PartialStateSchema = Symbol . for ( "langgraph.state.partial" ) ;
You can’t perform that action at this time.
0 commit comments