Skip to content

Commit 8336f1e

Browse files
committed
fix missing quotes
1 parent a7cc4f7 commit 8336f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typescript-sdk/integrations/langgraph/python/ag_ui_langgraph/examples/agents/human_in_the_loop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def plan_execution_steps(
3030
"""
3131
Make up 10 steps (only a couple of words per step) that are required for a task.
3232
The step should be in imperative form (i.e. Dig hole, Open door, ...).
33+
"""
3334

3435
class AgentState(MessagesState):
3536
"""

0 commit comments

Comments
 (0)