langchain
langchain copied to clipboard
Updated notebook openai_functions_agent.ipynb
Here's the updated code with grammatical improvements, added comments, and placeholders for users to add their API keys and customize the notebook for their specific use cases.
Linked to issue #6178
@sumanthdonthula thanks for the contribution! Looking good!
I'm wondering if we could paraphrase the "train" word in this sentence:
"The agent will be trained to perform 3 search functionalities with the respective tools"
There is no training in the machine learning sense. Maybe something alone the lines that "the agent is given access to 3 tools or something of that nature"
Hi @eyurtsev,
Sorry, made changes. Thanks for the suggestion. Now the sentence looks like,
The agent is given ability to perform 3 search functionalities with the respective tools.
@eyurtsev can you please validate the latest code and approve the PR if everything looks good.