Assaf Elovic
Results
4
issues of
Assaf Elovic
First off kudos for this remarkable library! I'm experimenting with chatbot agents, but missing how can I save a specific conversation sessions and context per user. The issue is that...
Using early_stopping_method with "generate" is not supported with new addition to custom LLM agents. More specifically: `agent_executor = AgentExecutor.from_agent_and_tools(agent=agent, tools=tools, verbose=True, max_execution_time=6, max_iterations=3, early_stopping_method="generate")` ` Stack trace: Traceback (most recent...