Skip to content

Packages  ›  trotsky  ›  StepActorFollow

StepActorFollow class

Represents a step that performs an actor follow operation using the agent.

Signature:

typescript
export declare class StepActorFollow<P = StepActor, C extends StepActorOutput = StepActorOutput, O = null> extends Step<P, C, O>

Extends: Step<P, C, O>

Methods

Method

Modifiers

Description

apply()

Applies the step by performing a follow operation. Requires the context to provide the did of the actor to follow.