Skip to content

Commit

Permalink
fix the agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 4, 2024
1 parent 79e563d commit bed1dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightrag/lightrag/components/agent/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from .react import DEFAULT_REACT_AGENT_SYSTEM_PROMPT, ReactAgent
from .react import DEFAULT_REACT_AGENT_SYSTEM_PROMPT, ReActAgent
from lightrag.utils.registry import EntityMapping

__all__ = [
"ReactAgent",
"ReActAgent",
"DEFAULT_REACT_AGENT_SYSTEM_PROMPT",
]

Expand Down

0 comments on commit bed1dc9

Please sign in to comment.