Server SDKs
Build AI agents, control calls, send messages, and more
Stop the agent execution immediately. This halts the AI from processing further and can be used to interrupt the current speech flow.
None.
FunctionResult — this, for chaining.
FunctionResult
this
1import { FunctionResult } from '@signalwire/sdk';23const result = new FunctionResult('Session ending.')4 .stop();