Class: TaskStep
TaskStep is a unit of work for the agent.
Param
taskId
Param
stepId
Param
input
Param
stepState
Implements
ITaskStep
Constructors
constructor
• new TaskStep(taskId
, stepId
, input?
, stepState?
): TaskStep
Parameters
Name | Type |
---|---|
taskId | string |
stepId | string |
input? | null | string |
stepState? | null | Record <string , any > |
Returns
Defined in
packages/core/src/agent/types.ts:110
Properties
input
• Optional
input: null
| string
Implementation of
ITaskStep.input
Defined in
packages/core/src/agent/types.ts:104
isReady
• isReady: boolean
= true
Implementation of
ITaskStep.isReady
Defined in
packages/core/src/agent/types.ts:108