mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 22:37:46 +00:00
[Doc] Improve api doc (#30073)
- Update api_doc for `BaseMessage` - add static method decorator for `retry_runnable`
This commit is contained in:
@@ -135,8 +135,8 @@ class RunnableRetry(RunnableBindingBase[Input, Output]):
|
||||
def _async_retrying(self, **kwargs: Any) -> AsyncRetrying:
|
||||
return AsyncRetrying(**self._kwargs_retrying, **kwargs)
|
||||
|
||||
@staticmethod
|
||||
def _patch_config(
|
||||
self,
|
||||
config: RunnableConfig,
|
||||
run_manager: "T",
|
||||
retry_state: RetryCallState,
|
||||
|
Reference in New Issue
Block a user