langchain_core.runnables.utils
.accepts_context¶
- langchain_core.runnables.utils.accepts_context(callable: Callable[[...], Any]) bool [source]¶
Check if a callable accepts a context argument.
- Parameters
callable (Callable[[...], Any]) –
- Return type
bool