bump version to 0.0.42 (#388)

This commit is contained in:
Harrison Chase 2022-12-19 20:59:34 -05:00 committed by GitHub
parent 47ba34c83a
commit c8b4b54479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -18,8 +18,6 @@
"id": "3c6226b9", "id": "3c6226b9",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Concepts\n",
"\n",
"In order to load agents, you should understand the following concepts:\n", "In order to load agents, you should understand the following concepts:\n",
"\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", "- 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",

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain" name = "langchain"
version = "0.0.41" version = "0.0.42"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"