diff --git a/common/gsql/retrievers/Entity_Relationship_Retrieval.gsql b/common/gsql/supportai/retrievers/Entity_Relationship_Retrieval.gsql similarity index 100% rename from common/gsql/retrievers/Entity_Relationship_Retrieval.gsql rename to common/gsql/supportai/retrievers/Entity_Relationship_Retrieval.gsql diff --git a/common/gsql/retrievers/HNSW_Chunk_Sibling_Search.gsql b/common/gsql/supportai/retrievers/HNSW_Chunk_Sibling_Search.gsql similarity index 100% rename from common/gsql/retrievers/HNSW_Chunk_Sibling_Search.gsql rename to common/gsql/supportai/retrievers/HNSW_Chunk_Sibling_Search.gsql diff --git a/common/gsql/retrievers/HNSW_Overlap_Search.gsql b/common/gsql/supportai/retrievers/HNSW_Overlap_Search.gsql similarity index 100% rename from common/gsql/retrievers/HNSW_Overlap_Search.gsql rename to common/gsql/supportai/retrievers/HNSW_Overlap_Search.gsql diff --git a/common/gsql/retrievers/HNSW_Search_Content.gsql b/common/gsql/supportai/retrievers/HNSW_Search_Content.gsql similarity index 100% rename from common/gsql/retrievers/HNSW_Search_Content.gsql rename to common/gsql/supportai/retrievers/HNSW_Search_Content.gsql diff --git a/common/gsql/retrievers/HNSW_Search_Sub.gsql b/common/gsql/supportai/retrievers/HNSW_Search_Sub.gsql similarity index 100% rename from common/gsql/retrievers/HNSW_Search_Sub.gsql rename to common/gsql/supportai/retrievers/HNSW_Search_Sub.gsql diff --git a/copilot/app/agent/agent.py b/copilot/app/agent/agent.py index e6162834..cbecd235 100644 --- a/copilot/app/agent/agent.py +++ b/copilot/app/agent/agent.py @@ -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):