docs[patch]: Increase v0.1 banner size (#23072)

CC @hwchase17
This commit is contained in:
Jacob Lee
2024-06-18 02:34:35 -07:00
committed by GitHub
parent cd17444711
commit 6ed6c7f409
6 changed files with 11 additions and 10 deletions

View File

@@ -804,7 +804,7 @@
"\n",
"Under the hood, `create_sql_agent` is just passing in SQL tools to more generic agent constructors. To learn more about the built-in generic agent types as well as how to build custom agents, head to the [Agents Modules](/docs/modules/agents/).\n",
"\n",
"The built-in `AgentExecutor` runs a simple Agent action -> Tool call -> Agent action... loop. To build more complex agent runtimes, head to the [LangGraph section](/docs/langgraph)."
"The built-in `AgentExecutor` runs a simple Agent action -> Tool call -> Agent action... loop. To build more complex agent runtimes, head to the [LangGraph section](https://langchain-ai.github.io/langgraph/)."
]
}
],