Skip to content

Commit

Permalink
Redirect to Lumen.ai agent to lumen docs (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Jul 3, 2024
1 parent 8f17bcc commit 5021d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumen/ai/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ async def _choose_agent(self, messages: list | str, agents: list[Agent], return_
raise ValueError("No agents available to choose from.")
if len(agent_names) == 1:
return agent_names[0]
self._current_agent.object = "## **Current Agent**: Lumen.ai"
self._current_agent.object = "## **Current Agent**: [Lumen.ai](https://lumen.holoviz.org/)"
agent_model = self._create_agent_model(agent_names)
system = render_template(
"pick_agent.jinja2", agents=agents, current_agent=self._current_agent.object
Expand Down

0 comments on commit 5021d78

Please sign in to comment.