mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 22:44:36 +00:00
community[patch]: Fixed tool names snake_case (#16397)
#16396 Fixed 1. golden_query 2. google_lens 3. memorize 4. merriam_webster 5. open_weather_map 6. pub_med 7. stack_exchange 8. generate_image 9. wikipedia
This commit is contained in:
@@ -35,7 +35,7 @@ class TrainableLLM(Protocol):
|
||||
class Memorize(BaseTool):
|
||||
"""Tool that trains a language model."""
|
||||
|
||||
name: str = "Memorize"
|
||||
name: str = "memorize"
|
||||
description: str = (
|
||||
"Useful whenever you observed novel information "
|
||||
"from previous conversation history, "
|
||||
|
Reference in New Issue
Block a user