fix(func): expose input / output types in pregel to support studio #1664
test-exports.yml
on: pull_request
exports-esbuild
1m 38s
exports-esm
1m 39s
exports-cjs
1m 33s
exports-cf
1m 51s
exports-vercel
2m 37s
exports-vite
1m 44s
exports-tsc
1m 35s
Annotations
3 errors
exports-tsc:
libs/langgraph/dist/graph/graph.d.ts#L66
Property 'RunInput' in type 'CompiledGraph<N, State, Update, ConfigurableFieldType, InputType, OutputType>' is not assignable to the same property in base type 'Pregel<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ConfigurableFieldType & Record<...>, InputType, OutputType>'.
|
exports-tsc:
libs/langgraph/dist/graph/graph.d.ts#L67
Property 'RunOutput' in type 'CompiledGraph<N, State, Update, ConfigurableFieldType, InputType, OutputType>' is not assignable to the same property in base type 'Pregel<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ConfigurableFieldType & Record<...>, InputType, OutputType>'.
|
exports-tsc
Process completed with exit code 2.
|