tool_create_acp_message
Create ACP-compliant messages for agent-to-agent communication with support for request, response, notification, and error types. Optional thread IDs enable multi-turn conversations.
Instructions
Create an ACP-compliant message (Agent Communication Protocol v1.14).
ACP is the AGNTCY standard for structured agent-to-agent communication. Message types: request, response, notification, error.
Args: sender_id: ID or name of the sending agent receiver_id: ID or name of the receiving agent content: Message content message_type: Message type: "request", "response", "notification", "error" thread_id: Optional thread ID for multi-turn conversations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender_id | Yes | ||
| receiver_id | Yes | ||
| content | Yes | ||
| message_type | No | request | |
| thread_id | No |