RunnableTraceable is a Runnable that wraps a traceable function. This allows adding Langsmith traced functions into LangChain sequences.
Wrap or pass directly instead.
Protected
A path to the module that contains the class, eg. ["langchain", "llms"] Usually should be the same as the entrypoint the class is exported from.
Default streaming implementation. Subclasses should override this method if they support streaming output.
Optional
Static
RunnableTraceable is a Runnable that wraps a traceable function. This allows adding Langsmith traced functions into LangChain sequences.
Deprecated
Wrap or pass directly instead.