mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
parent
ef329f6819
commit
5b99bb2437
@ -5332,12 +5332,13 @@ class RunnableBinding(RunnableBindingBase[Input, Output]):
|
||||
`RunnableWithFallbacks`) that add additional functionality.
|
||||
|
||||
These methods include:
|
||||
- `bind`: Bind kwargs to pass to the underlying Runnable when running it.
|
||||
- `with_config`: Bind config to pass to the underlying Runnable when running it.
|
||||
- `with_listeners`: Bind lifecycle listeners to the underlying Runnable.
|
||||
- `with_types`: Override the input and output types of the underlying Runnable.
|
||||
- `with_retry`: Bind a retry policy to the underlying Runnable.
|
||||
- `with_fallbacks`: Bind a fallback policy to the underlying Runnable.
|
||||
|
||||
- ``bind``: Bind kwargs to pass to the underlying Runnable when running it.
|
||||
- ``with_config``: Bind config to pass to the underlying Runnable when running it.
|
||||
- ``with_listeners``: Bind lifecycle listeners to the underlying Runnable.
|
||||
- ``with_types``: Override the input and output types of the underlying Runnable.
|
||||
- ``with_retry``: Bind a retry policy to the underlying Runnable.
|
||||
- ``with_fallbacks``: Bind a fallback policy to the underlying Runnable.
|
||||
|
||||
Example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user