Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Jan 24, 2025
1 parent 9a59162 commit c9c6966
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 @@ -268,7 +268,7 @@ def create_react_agent(
- Runnable: This runnable should take in full graph state and the output is then passed to the language model.
!!! Note
Prior to v0.2.68, this functionality was available through `state_modifier` / `messages_modifier` parameters.
Prior to `v0.2.68`, this functionality was available through `state_modifier` / `messages_modifier` parameters.
The `prompt` parameter is now the recommended parameter.
response_format: An optional schema for the final agent output.
Expand Down

0 comments on commit c9c6966

Please sign in to comment.