Replies: 1 comment 2 replies
-
I'm wondering about this too! It apparently does nothing at the moment? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
My use case is I want to pass a shared
httpx.Client
into my graph and access it from a node. I understand that this can be done by passing this into theRunnableConfig
that my graph is invoked with, and that I can access it also by passing aRunnableConfig
to the node that needs it.I also saw in the documentation that
config_schema
can be passed into myStateGraph
instance. It sounds like a feature that will provide type checking either at runtime or by the type checker (preferred). Can someone help me understand my options here?Thank you!
Teddy
Beta Was this translation helpful? Give feedback.
All reactions