Packages › trotsky › StepBuilderStream › (constructor)
StepBuilderStream.(constructor)
Initializes the StepBuilderStream instance with the given agent and parent step.
Signature:
typescript
constructor(agent: AtpAgent, parent: P);
Parameters
Parameter | Type | Description |
---|---|---|
agent | AtpAgent | The AT protocol agent used for API calls. |
parent | P | The parent step in the chain. |