{
  "args": {
    "channel_id": {
      "desc": "Channel ID containing the assistant thread.",
      "required": true
    },
    "prompts": {
      "desc": "Each prompt should be supplied with its `title` and `message` attribute.",
      "required": true
    },
    "thread_ts": {
      "desc": "Message timestamp of the thread to set suggested prompts for.",
      "required": true,
      "type": "string"
    },
    "title": {
      "desc": "Title for the list of provided prompts. For example: Suggested Prompts, Related Questions.",
      "required": false,
      "type": "string"
    }
  },
  "desc": "Set suggested prompts for the given assistant thread",
  "errors": {
    "channel_not_found": "Error returned when given an invalid channel\\_id",
    "invalid_thread_ts": "Thread not found",
    "message_not_found": "Error returned when given an invalid message"
  },
  "rate_limit": {
    "label": "Tier 4: 100+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "bot": [
      {
        "name": "assistant:write",
        "url": "https://docs.slack.dev/reference/scopes/assistant.write"
      }
    ]
  }
}

