Spaces:
Paused
Paused
Update graph.py
Browse files
graph.py
CHANGED
|
@@ -515,6 +515,8 @@ def run_pm_agent(state: AgentState):
|
|
| 515 |
|
| 516 |
{full_context}
|
| 517 |
|
|
|
|
|
|
|
| 518 |
Return JSON with:
|
| 519 |
{{
|
| 520 |
"plan_steps": [...],
|
|
|
|
| 515 |
|
| 516 |
{full_context}
|
| 517 |
|
| 518 |
+
If code generation is needed, use {language_hint}.
|
| 519 |
+
|
| 520 |
Return JSON with:
|
| 521 |
{{
|
| 522 |
"plan_steps": [...],
|