Skip to content

Commit

Permalink
do not break on AnalysisAgent (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Oct 30, 2024
1 parent 049a997 commit dbb1457
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lumen/ai/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ def download_notebook():
agent.__doc__ = f"Available analyses include:\n{analyses}\nSelect this agent to perform one of these analyses."
agent.interface = interface
self._analyses.extend(agent.analyses)
instantiated.append(agent)
break

if agent.llm is None:
agent.llm = llm
# must use the same interface or else nothing shows
Expand Down

0 comments on commit dbb1457

Please sign in to comment.