Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Co-authored-by: Bagatur <[email protected]>
  • Loading branch information
vbarda and baskaryan authored Jan 23, 2025
1 parent 97a2ce9 commit a2a1a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langgraph/langgraph/prebuilt/chat_agent_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def create_react_agent(
interrupt_before: Optional[list[str]] = None,
interrupt_after: Optional[list[str]] = None,
debug: bool = False,
**deprecated_kwargs: dict[str, Any],
**deprecated_kwargs: Any,
) -> CompiledGraph:
"""Creates a graph that works with a chat model that utilizes tool calling.
Expand Down

0 comments on commit a2a1a77

Please sign in to comment.