Communicate Tool
object CommunicateTool
Tool that allows an LLM to send a persistent message to the user.
Unlike the progress tool (which shows transient status updates), communicate sends a permanent chat message that appears as an assistant bubble. Use this to report results, share links (e.g., PR URLs), or inform the user of important outcomes.
Routes messages through the current AgentProcess output channel.