send_message
Facilitates message transmission to an A2A agent using the agent's URL and optional session ID, returning a response with a task_id for tracking.
Instructions
Send a message to an A2A agent.
Args: agent_url: URL of the A2A agent message: Message to send session_id: Optional session ID for multi-turn conversations
Returns: Agent's response with task_id for future reference
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agent_url | Yes | ||
message | Yes | ||
session_id | No |