Skip to content

Commit 30c5cda

Browse files
committed
2 parents 718b52e + bd095e1 commit 30c5cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/state.py renamed to agent/State.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def find_last_human_message(messages: List[AnyMessage]) -> HumanMessage | None:
2020
for msg in reversed(messages):
2121
if isinstance(msg, HumanMessage):
2222
return msg
23-
return None
23+
return None

0 commit comments

Comments
 (0)