> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# WhatsApp AI Reply Tool

> AI tool to send an AI-powered reply with full conversation context

# WhatsApp AI Reply Tool

AI tool to send an AI-powered reply with full conversation context

## Properties

| Property   | Value                  |
| ---------- | ---------------------- |
| **Type**   | whatsapp-tool-ai-reply |
| **Family** | AI                     |
| **Group**  | Tools                  |

## Parameters

| Name                   | Label               | Type   | Description                                                     | Required |
| ---------------------- | ------------------- | ------ | --------------------------------------------------------------- | -------- |
| toolName               | Tool Name           | String | Name of the tool for the AI to call                             | Yes      |
| toolDescription        | Tool Description    | String | Description of what this tool does                              | Yes      |
| chat\_jid              | Chat JID            | String | JID of the chat to reply in (required)                          | No       |
| prompt                 | Prompt              | String | Instructions for the AI on how to reply (required)              | No       |
| reply\_to\_message\_id | Reply to Message ID | String | Optional: ID of message to reply/quote                          | No       |
| context\_messages      | Context Messages    | Number | Number of previous messages to include as context (default: 50) | No       |

## Outputs

| Name     | Label    | Type   | Description      |
| -------- | -------- | ------ | ---------------- |
| toolName | toolName | string | Name of the tool |
| toolType | toolType | string | Type of tool     |
