HamaWhiteGG / langchain-java

Java version of LangChain, while empowering LLM for Big Data.
Apache License 2.0
545 stars 106 forks source link

ZeroShotAgent与ChatAgent的 fromLlmAndTools方法名错误 #128

Closed yjy910323 closed 9 months ago

yjy910323 commented 11 months ago

方法名正确应该是fromLLMAndTools

agentObj = (BaseSingleActionAgent) MethodUtils.invokeStaticMethod(clazz, "fromLLMAndTools", llm, tools, agentKwargs);

HamaWhiteGG commented 9 months ago

thanks, I fixed it