Skip to content

fix(func): expose input / output types in pregel to support studio #1664

fix(func): expose input / output types in pregel to support studio

fix(func): expose input / output types in pregel to support studio #1664

Triggered via pull request January 29, 2025 01:53
Status Failure
Total duration 2m 46s
Artifacts

test-exports.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.