AgentsDataMap

description

View as MarkdownOpen in Claude

Alias for purpose(). Sets the human-readable description of the tool shown to the AI.

Parameters

description
strRequired

Human-readable description of what this function does.

Returns

DataMap — Self for method chaining.

Example

1from signalwire import DataMap
2
3weather = DataMap("get_weather")
4weather.description("Get the current weather for a given city")