Spaces:
Sleeping
Sleeping
Commit ·
f231a40
1
Parent(s): f29226f
add
Browse files
agentgraph/reconstruction/prompt_reconstructor.py
CHANGED
|
@@ -331,7 +331,6 @@ class PromptReconstructor:
|
|
| 331 |
|
| 332 |
# Enhanced response format with realistic agent reasoning patterns
|
| 333 |
complete_prompt += "RESPONSE FORMAT - Follow this structure for each step:\n\n"
|
| 334 |
-
complete_prompt += "Copy code\n"
|
| 335 |
complete_prompt += "```\n"
|
| 336 |
complete_prompt += "Reasoning: [Analyze the current situation and explain your thinking process]\n"
|
| 337 |
complete_prompt += "Task Analysis: [Break down what needs to be done and identify requirements]\n"
|
|
@@ -341,7 +340,6 @@ class PromptReconstructor:
|
|
| 341 |
complete_prompt += "Observation: [Result of the action]\n"
|
| 342 |
complete_prompt += "```\n\n"
|
| 343 |
complete_prompt += "For your final response:\n\n"
|
| 344 |
-
complete_prompt += "Copy code\n"
|
| 345 |
complete_prompt += "```\n"
|
| 346 |
complete_prompt += "Final Reasoning: [Summarize your complete analysis and decision process]\n"
|
| 347 |
complete_prompt += "Final Answer: [Complete answer addressing all requirements]\n"
|
|
|
|
| 331 |
|
| 332 |
# Enhanced response format with realistic agent reasoning patterns
|
| 333 |
complete_prompt += "RESPONSE FORMAT - Follow this structure for each step:\n\n"
|
|
|
|
| 334 |
complete_prompt += "```\n"
|
| 335 |
complete_prompt += "Reasoning: [Analyze the current situation and explain your thinking process]\n"
|
| 336 |
complete_prompt += "Task Analysis: [Break down what needs to be done and identify requirements]\n"
|
|
|
|
| 340 |
complete_prompt += "Observation: [Result of the action]\n"
|
| 341 |
complete_prompt += "```\n\n"
|
| 342 |
complete_prompt += "For your final response:\n\n"
|
|
|
|
| 343 |
complete_prompt += "```\n"
|
| 344 |
complete_prompt += "Final Reasoning: [Summarize your complete analysis and decision process]\n"
|
| 345 |
complete_prompt += "Final Answer: [Complete answer addressing all requirements]\n"
|