tascan_recommend_fix
Step 2 of the Closed-Loop Autonomous Operations Protocol. Post an AI-generated recommendation to an issue thread. Accepts both a text recommendation and an optional structured_recommendation object with task definitions for auto-dispatch. The recommendation is persisted in the AI audit trail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ai_agent | No | Name of the AI agent posting (default: TaScan AI) | |
| issue_id | Yes | Issue ID to recommend a fix for | |
| recommendation | Yes | The AI-generated recommendation text (clear, actionable instructions) | |
| structured_recommendation | No | Optional structured recommendation with tasks for auto-dispatch. Format: { recommendation_summary, confidence_score, tasks: [{ title, description, response_type, requires_photo, is_safety_checkpoint, sort_order }], estimated_duration_minutes, required_responder_role } |