Skip to content

Commit 42a42c8

Browse files
authored
docs: fix a sneaky missing comma (CopilotKit#2470)
1 parent c75a943 commit 42a42c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/docs/langgraph/human-in-the-loop/interrupt-flow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ We're going to have the agent ask us to name it, so we'll need a state property
153153

154154
return {
155155
...state,
156-
agentName
156+
agentName,
157157
messages: response,
158158
};
159159
}

0 commit comments

Comments
 (0)