You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain
Zander Chase 90ef705ced
Update Tool Input (#3103)
- Remove dynamic model creation in the `args()` property. _Only infer
for the decorator (and add an argument to NOT infer if someone wishes to
only pass as a string)_
- Update the validation example to make it less likely to be
misinterpreted as a "safe" way to run a repl


There is one example of "Multi-argument tools" in the custom_tools.ipynb
from yesterday, but we could add more. The output parsing for the base
MRKL agent hasn't been adapted to handle structured args at this point
in time

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
1 year ago
..
agents Update Tool Input (#3103) 1 year ago
callbacks Comet ml updates 17 04 2023 (#3074) 1 year ago
chains Spelling to correct conservation to conservation (#3049) 1 year ago
chat_models consistently use getLogger(__name__), no root logger (#2989) 1 year ago
docstore
document_loaders Harrison/discord (#3092) 1 year ago
embeddings Allowing HuggingFaceEmbeddings from the cached weight (#3084) 1 year ago
evaluation
graphs
indexes
llms Add allowed and disallowed special arguments to BaseOpenAI (#3012) 1 year ago
memory
output_parsers Nc/combining output parser (#3014) 1 year ago
prompts Support inference of `input_variables` from `jinja2` template (#3013) 1 year ago
retrievers Fix type hint regression (#3033) 1 year ago
tools Update Tool Input (#3103) 1 year ago
utilities Harrison/jira (#3055) 1 year ago
vectorstores Adding shared chromaDB client option (#2886) 1 year ago
__init__.py Add exeption for when version metadata cannot be found for package (#3107) 1 year ago
cache.py
docker-compose.yaml
example_generator.py
formatting.py
input.py
model_laboratory.py
py.typed
python.py
requests.py
schema.py tools refactor (#2961) 1 year ago
serpapi.py
server.py
sql_database.py
text_splitter.py consistently use getLogger(__name__), no root logger (#2989) 1 year ago
utils.py