Skip to content

Incorrect type hint for StateGraph.add_node()? #1013

Closed Answered by Glinte
Glinte asked this question in Q&A
Discussion options

You must be logged in to vote

Nevermind, I guess Callable is weird and you should just not annotate optional keyword parameters. i.e. def f(input: X, *, config: RunnableConfig) -> Y is just Callable[[X], Y]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Glinte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant