[Docs] Wording nit in docstring (#607)

This commit is contained in:
William FH
2024-06-05 21:23:46 -07:00
committed by GitHub
parent b8f39172a5
commit 48f34b88d6
+1 -1
View File
@@ -177,7 +177,7 @@ def create_react_agent(
"""Creates a graph that works with a chat model that utilizes tool calling.
Args:
model: The chat model that supports OpenAI tool calling.
model: The `LangChain` chat model that supports tool calling.
tools: A list of tools or a ToolExecutor instance.
messages_modifier: An optional
messages modifier. This applies to messages BEFORE they are passed into the LLM.