langchain.js
Preparing search index...
@langchain/classic
agents
AgentRunnableSequence
Interface AgentRunnableSequence<RunInput, RunOutput>
interface
AgentRunnableSequence
<
RunInput
=
any
,
RunOutput
=
any
>
{
singleAction
:
boolean
;
streamRunnable
?:
boolean
;
}
Type Parameters
RunInput
=
any
RunOutput
=
any
Hierarchy (
View Summary
)
Toolkit
<
RunInput
,
RunOutput
>
AgentRunnableSequence
Index
Properties
single
Action
stream
Runnable?
Properties
single
Action
singleAction
:
boolean
Optional
stream
Runnable
streamRunnable
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
single
Action
stream
Runnable
langchain.js
Loading...