Server SDKs
Build AI agents, control calls, send messages, and more
Add multiple speech recognition hints at once.
An array of words or phrases.
AgentBase — Returns this for method chaining.
AgentBase
this
1import { AgentBase } from '@signalwire/sdk';23const agent = new AgentBase({ name: 'support', route: '/support' });4agent.setPromptText('You are a helpful assistant.');5agent.addHints(['SWML', 'SWAIG', 'FreeSWITCH']);6await agent.serve();