ShallowCodeResearch_agent_question_enhancer
Refines user queries by breaking them into detailed sub-questions to enhance research accuracy and depth, aiding comprehensive analysis within MCP Hub's AI-driven workflow.
Instructions
Wrapper for QuestionEnhancerAgent to provide question enhancement. Returns: Enhanced question result with sub-questions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_request | No | The original user request to enhance |
Input Schema (JSON Schema)
{
"properties": {
"user_request": {
"description": "The original user request to enhance",
"type": "string"
}
},
"type": "object"
}