langchain icon indicating copy to clipboard operation
langchain copied to clipboard

Why there are no `enums` ?

Open hemangjoshi37a opened this issue 2 years ago • 2 comments

There are so many hardcoded keywords in this library. for example :

tools = load_tools(["serpapi", "llm-math"], llm=llm)
agent = initialize_agent(tools, llm, agent="zero-shot-react-description", verbose=True)

I want to add enums for all possible arguments. But I dont have the list of them.

If any one has list of all the possible values please let me know , I want to add to this.

hemangjoshi37a avatar Feb 22 '23 12:02 hemangjoshi37a

This is a duplicate of #1229. Please close one of them!

lakshyaag avatar Feb 28 '23 05:02 lakshyaag

Yes #1229 was duplicated because network issue while creating it. thanks for the attention. because attention is all you need. @lakshyaag

hemangjoshi37a avatar Feb 28 '23 09:02 hemangjoshi37a

Hi, @hemangjoshi37a! I'm Dosu, and I'm here to help the LangChain team manage their backlog. I wanted to let you know that we are marking this issue as stale.

From what I understand, you requested the addition of enums for all possible arguments in the library. However, it seems that this issue has been marked as a duplicate of issue #1229 due to a network issue while creating it.

If this issue is still relevant to the latest version of the LangChain repository, please let the LangChain team know by commenting on the issue. Otherwise, feel free to close the issue yourself or it will be automatically closed in 7 days.

Thank you for your understanding and contribution to the LangChain project! Let us know if you have any further questions or concerns.

dosubot[bot] avatar Aug 27 '23 16:08 dosubot[bot]