Skip to content

Commit

Permalink
Merge pull request #195 from tigergraph/fix-retrievers
Browse files Browse the repository at this point in the history
Put the GSQL retrievers in the right location
  • Loading branch information
RobRossmiller-TG authored Jun 10, 2024
2 parents 89154a8 + 2840db4 commit 9c0de42
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion copilot/app/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(
def question_for_agent(self, question: str):
"""Question for Agent.
Ask the agent a question to be answered by the database. Returns the agent resoposne or raises an exception.
Ask the agent a question to be answered by the database. Returns the agent response or raises an exception.
Args:
question (str):
Expand Down

0 comments on commit 9c0de42

Please sign in to comment.