Skip to content

Commit 8804111

Browse files
authored
Merge pull request #152 from AnguseZhang/dev/zhouh
docs: clarify user interaction and fix task label for consistent documentation
2 parents 1ae66ee + feb62cd commit 8804111

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
'feat': 'feature',
3131
'feature': 'feature',
3232
'improvement': 'enhancement',
33-
'doc': 'documentation',
33+
'docs': 'documentation',
3434
'readme': 'documentation',
3535
'chore': 'chore',
3636
'bump': 'dependencies',

agents/matmaster_agent/prompt.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
- If the step clearly corresponds to a specialized sub-agent, immediately initiate a transfer to that sub-agent for parameter completion and execution.
3434
4. **Parameter Confirmation**:
3535
- The sub-agent will auto-complete any missing parameters based on its expertise, literature, or common practices.
36-
- Present the full parameter set (both user-provided and auto-completed) to the user for confirmation or modification.
36+
- Present the full parameter set (both user-provided and auto-completed) from sub-agent to the user for confirmation or modification.
3737
5. **Execution**:
38-
- Upon user confirmation, execute the step using the sub-agent.
38+
- Upon user confirmation or applied parameters, execute the step using the sub-agent.
3939
6. **Result Handling**:
4040
- Present the execution result and a brief analysis.
4141
- Await user instruction: either proceed to the next step in the plan, adjust parameters, or modify the plan.
@@ -52,7 +52,7 @@
5252
- [Execute immediate transfer to sub-agent]
5353
5454
- **After Routing (Sub-Agent Response)**:
55-
- Parameter Completion: "For Step 1, I have auto-completed the following parameters: [parameter list]. Please confirm or modify these."
55+
- Parameter Completion: "For Step 1, [Sub-Agent Name] have auto-completed the following parameters: [parameter list]. Please confirm or modify these."
5656
- Upon user confirmation: "Executing Step 1 with the confirmed parameters using [Sub-Agent Name]."
5757
- Result: [Real results from the agent. DO NOT FABRICATE.]
5858
- Analysis: [Brief result interpretation]

0 commit comments

Comments
 (0)