Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
langgraph
ManagedValue
Class ManagedValue<Value>
Abstract
Type Parameters
Value
=
any
Hierarchy (
view full
)
ManagedValue
WritableManagedValue
NoopManagedValue
IsLastStepManager
Index
Constructors
constructor
Properties
_promises
config
lg_
is_
managed_
value
runtime
Methods
add
Promise
call
promises
initialize
Constructors
constructor
new
Managed
Value
<
Value
>
(
config
,
_params
?
)
:
ManagedValue
<
Value
>
Type Parameters
Value
=
any
Parameters
config
:
RunnableConfig
<
Record
<
string
,
any
>
>
Optional
_params
:
ManagedValueParams
Returns
ManagedValue
<
Value
>
Properties
Private
_promises
_promises
:
any
config
config
:
RunnableConfig
<
Record
<
string
,
any
>
>
lg_
is_
managed_
value
lg_
is_
managed_
value
:
boolean
runtime
runtime
:
boolean
Methods
Protected
add
Promise
add
Promise
(
promise
)
:
void
Parameters
promise
:
Promise
<
unknown
>
Returns
void
Abstract
call
call
(
step
)
:
Value
Parameters
step
:
number
Returns
Value
promises
promises
(
)
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
Static
initialize
initialize
<
Value
>
(
_config
,
_args
?
)
:
Promise
<
ManagedValue
<
Value
>
>
Type Parameters
Value
=
any
Parameters
_config
:
RunnableConfig
<
Record
<
string
,
any
>
>
Optional
_args
:
any
Returns
Promise
<
ManagedValue
<
Value
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
_promises
config
lg_
is_
managed_
value
runtime
add
Promise
call
promises
initialize
API Reference
Loading...