mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 22:42:05 +00:00
notebook fmt (#12498)
This commit is contained in:
@@ -72,7 +72,7 @@ agent = OpenAIFunctionsAgent(
|
||||
)
|
||||
agent_executor = AgentExecutor(
|
||||
agent=agent, tools=tools, max_iterations=5, early_stopping_method="generate"
|
||||
)| (lambda x: x["output"])
|
||||
) | (lambda x: x["output"])
|
||||
|
||||
# Typing for playground inputs
|
||||
|
||||
|
Reference in New Issue
Block a user