mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
docs: template readme update, fix docstring typo in a runnable (#24002)
URL https://python.langchain.com/v0.2/docs/templates/openai-functions-tool-retrieval-agent/ Checklist I added a url - https://python.langchain.com/v0.2/docs/templates/openai-functions-agent/
This commit is contained in:
parent
13855ef0c3
commit
68fee3e44b
@ -4,7 +4,7 @@ The novel idea introduced in this template is the idea of using retrieval to sel
|
||||
|
||||
In this template we will create a somewhat contrived example. We will have one legitimate tool (search) and then 99 fake tools which are just nonsense. We will then add a step in the prompt template that takes the user input and retrieves tool relevant to the query.
|
||||
|
||||
This template is based on [this Agent How-To](https://python.langchain.com/docs/modules/agents/how_to/custom_agent_with_tool_retrieval).
|
||||
This template is based on [this Agent How-To](https://python.langchain.com/v0.2/docs/templates/openai-functions-agent/).
|
||||
|
||||
## Environment Setup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user