joshuasundance-swca
commited on
Commit
·
3105a8f
1
Parent(s):
110e2b3
Update AI Changelog
Browse files- AI_CHANGELOG.md +4 -0
AI_CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
# AI CHANGELOG
|
|
|
|
|
|
|
|
|
2 |
## [Added tool loading functionality and updated assistant description](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/d8714b091e4b40041ac26cd8a2854e5ef34011cb)
|
3 |
Wed Dec 13 10:35:50 2023 -0500
|
4 |
- In this commit, the developer has added a line to load additional tools using the 'load_tools' function from the 'langchain.agents' module. This extends the functionality of the default tools available in the application.
|
|
|
1 |
# AI CHANGELOG
|
2 |
+
## [Enhanced tool descriptions and added 'llm-math' tool](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/13d332463cb60b873e75f45f783ca23cef55de93)
|
3 |
+
Wed Dec 13 13:09:22 2023 -0500
|
4 |
+
- The commit enhances the descriptions of the 'web-research-assistant' and 'user-document-chat' tools. It also adds the 'llm-math' tool to the default tools list in the 'app.py' file of the 'langchain-streamlit-demo' project.
|
5 |
+
- In the 'requirements.txt' file, the 'numexpr' package (version 2.8.8) has been added.
|
6 |
## [Added tool loading functionality and updated assistant description](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/d8714b091e4b40041ac26cd8a2854e5ef34011cb)
|
7 |
Wed Dec 13 10:35:50 2023 -0500
|
8 |
- In this commit, the developer has added a line to load additional tools using the 'load_tools' function from the 'langchain.agents' module. This extends the functionality of the default tools available in the application.
|