diff --git a/docs/getting_started/agents.ipynb b/docs/getting_started/agents.ipynb index 82c38979c19..19b4056e9ed 100644 --- a/docs/getting_started/agents.ipynb +++ b/docs/getting_started/agents.ipynb @@ -18,8 +18,6 @@ "id": "3c6226b9", "metadata": {}, "source": [ - "## Concepts\n", - "\n", "In order to load agents, you should understand the following concepts:\n", "\n", "- Tool: A function that performs a specific duty. This can be things like: Google Search, Database lookup, Python REPL, other chains. The interface for a tool is currently a function that is expected to have a string as an input, with a string as an output.\n", diff --git a/pyproject.toml b/pyproject.toml index a20b57c2184..cfe522a40f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.41" +version = "0.0.42" description = "Building applications with LLMs through composability" authors = [] license = "MIT"