Overrides Pregel<Record<N | typeof START, PregelNode<State, Update>>, Record<N | typeof START | typeof END | string, BaseChannel>, ContextType & Record<string, any>, InputType, OutputType, InputType, OutputType, NodeReturnType>.constructor
autoValidate: boolean
Inherited from Pregel.autoValidate
Optional
cache
Inherited from Pregel.channels
Optional
checkpointer
Inherited from Pregel.checkpointer
Optional
config
debug: boolean
Inherited from Pregel.inputChannels
Optional
interruptAfter interruptAfter?: "*" | ("__start__" | N)[]
Inherited from Pregel.interruptAfter
Optional
interruptBefore interruptBefore?: "*" | ("__start__" | N)[]
Inherited from Pregel.interruptBefore
lc_kwargs: SerializedFields
Inherited from Pregel.lc_kwargs
Protected
lc_runnable
lc_runnable: boolean
Inherited from Pregel.lc_runnable
lc_serializable: boolean
Inherited from Pregel.lc_serializable
Optional
name
name?: string
Inherited from Pregel.outputChannels
Optional
retryPolicy
Inherited from Pregel.retryPolicy
Optional
stepTimeout
stepTimeout?: number
Inherited from Pregel.stepTimeout
Optional
store
Optional
streamChannels streamChannels?: string | N | (string | N)[]
Inherited from Pregel.streamChannels
Inherited from Pregel.streamMode
triggerToNodes: Record<string, string[]>
Inherited from Pregel.triggerToNodes
Inherited from Pregel.lc_aliases
Inherited from Pregel.lc_attributes
Inherited from Pregel.lc_id
Inherited from Pregel.lc_secrets
Inherited from Pregel.lc_serializable_keys
Channel keys to stream, either as a single key or array
Inherited from Pregel.streamChannelsAsIs
Array of channel keys to stream
Inherited from Pregel.streamChannelsList
Optional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>>[]Optional
runManagers: (undefined | CallbackManagerForChainRun)[]Optional
batchOptions: RunnableBatchOptionsOptional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean> & { Optional
batchOptions: RunnableBatchOptionsA promise that resolves to the output values.
Inherited from Pregel._batchWithConfig
Protected
_callWithConfig
Optional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>> & { Inherited from Pregel._callWithConfig
Protected
_getOptionsList
Inherited from Pregel._getOptionsList
Protected
_separateRunnableConfigFromCallOptions
Optional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>>Inherited from Pregel._separateRunnableConfigFromCallOptions
Protected
_streamLog
Inherited from Pregel._streamLog
Protected
_transformStreamWithConfig
Optional
runManager: CallbackManagerForChainRunOptional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>>Optional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>> & { Inherited from Pregel._transformStreamWithConfig
Optional
description?: stringOptional
name?: stringAn instance of RunnableToolLike
which is a runnable that can be used as a tool.
Optional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>> | Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>>[]Optional
batchOptions: RunnableBatchOptions & { An array of RunOutputs, or mixed RunOutputs and errors if batchOptions.returnExceptions is set
Optional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>> | Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>>[]Optional
batchOptions: RunnableBatchOptions & { Optional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>> | Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>>[]Optional
batchOptions: RunnableBatchOptionsA new RunnableBinding that, when invoked, will apply the bound args.
Inherited from Pregel.clearCache
Optional
config: RunnableConfig<Record<string, any>> & { Optional
config: RunnableConfig<Record<string, any>> & { Overrides Pregel.getGraphAsync
Optional
suffix: stringOptional
options: GetStateOptionsA snapshot of the current graph state
Inherited from Pregel.getState
An async iterator of state snapshots
Inherited from Pregel.getStateHistory
Optional
namespace: stringOptional
recurse: booleanGenerator yielding tuples of [name, subgraph]
Inherited from Pregel.getSubgraphs
Optional
namespace: stringOptional
recurse: booleanAsyncGenerator yielding tuples of [name, subgraph]
Inherited from Pregel.getSubgraphsAsync
Optional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>>A new runnable sequence.
Optional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, TStreamMode, TSubgraphs>>An async iterable stream of graph state updates
Optional
streamOptions: Omit<EventStreamCallbackHandlerInput, "autoClose">Inherited from Pregel.streamEvents
Optional
streamOptions: Omit<EventStreamCallbackHandlerInput, "autoClose">Inherited from Pregel.streamEvents
Optional
options: Partial<PregelOptions<Record<"__start__" | N, PregelNode<State, Update>>, Record<string | N, BaseChannel<unknown, unknown, unknown>>, ContextType & Record<string, any>, undefined | StreamMode | StreamMode[], boolean>>Optional
streamOptions: Omit<LogStreamCallbackHandlerInput, "autoClose">Inherited from Pregel.streamLog
Inherited from Pregel.toJSONNotImplemented
Inherited from Pregel.transform
Updated configuration
Inherited from Pregel.updateState
this - The Pregel instance for method chaining
Inherited from Pregel.validate
A new Pregel instance with the merged configuration
Inherited from Pregel.withConfig
A new RunnableWithFallbacks.
Inherited from Pregel.withFallbacks
Optional
onEnd?: ((run, config?) => void | Promise<void>)
Optional
config: RunnableConfig<Record<string, any>>Optional
onError?: ((run, config?) => void | Promise<void>)
Optional
config: RunnableConfig<Record<string, any>>Optional
onStart?: ((run, config?) => void | Promise<void>)
Optional
config: RunnableConfig<Record<string, any>>Inherited from Pregel.withListeners
Optional
fields: { Optional
onFailedAttempt?: RunnableRetryFailedAttemptHandlerOptional
stopAfterAttempt?: numberA new RunnableRetry that, when invoked, will retry according to the parameters.
Inherited from Pregel.withRetry
Static
isRunnable
Inherited from Pregel.isRunnable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4