devin_send_message
Send a follow-up message to a Devin session to provide clarification when it is blocked and needs additional input to continue its work.
Instructions
Send a follow-up message to a Devin session.
Use this when Devin is blocked and needs clarification to continue.
Args: session_id: The session ID to message message: The message content to send
Returns: dict with keys: - success: bool indicating if message was sent - detail: Confirmation message (if success) - error: Error message (if not success)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||