manaul correction attempts
This commit is contained in:
@@ -5,7 +5,7 @@ This module implements the Tier 2 (Tech Lead) function for generating implementa
|
||||
It uses the LLM to analyze the track requirements and produce structured ticket definitions.
|
||||
|
||||
Architecture:
|
||||
- Uses ai_client.send() for LLM communication
|
||||
- Uses ai_client.send_result() for LLM communication
|
||||
- Uses mma_prompts.PROMPTS["tier2_sprint_planning"] for system prompt
|
||||
- Returns JSON array of ticket definitions
|
||||
|
||||
|
||||
+1
-1
@@ -2370,7 +2370,7 @@ MCP_TOOL_SPECS: list[dict[str, Any]] = [
|
||||
"properties": {
|
||||
"target": {
|
||||
"type": "string",
|
||||
"description": "Fully qualified name of the target (e.g., 'src.ai_client.send') or class.method.",
|
||||
"description": "Fully qualified name of the target (e.g., 'src.ai_client.send_result') or class.method.",
|
||||
},
|
||||
"max_depth": {
|
||||
"type": "integer",
|
||||
|
||||
Reference in New Issue
Block a user