Server SDKs
Build AI agents, control calls, send messages, and more
Remove all POM sections and direct text from this step, allowing it to be repopulated with new content.
None.
Step — Self for method chaining.
Step
1import { ContextBuilder } from '@signalwire/sdk';23const builder = new ContextBuilder();4const ctx = builder.addContext('default');5const step = ctx.addStep('collect_info');6step.addSection('Task', 'Original instructions.');7step.clearSections();8step.addSection('Task', 'Updated instructions for this step.');