Server SDKs
Build AI agents, control calls, send messages, and more
Alias for purpose. Sets the human-readable description of the tool shown to the AI.
purpose
A human-readable description of the tool.
DataMap — Self for method chaining.
DataMap
1import { DataMap } from '@signalwire/sdk';23const dm = new DataMap('get_weather');4dm.description('Look up current weather for a city');