This commit is contained in:
Jason Liu
2023-10-24 15:08:44 -04:00
parent 3ecc25495f
commit 840cd63953
26 changed files with 424 additions and 54 deletions
@@ -57,7 +57,7 @@ class Query(OpenAISchema):
)
async def execute(self, dependency_func):
print("Executing", f"`self.question`")
print("Executing", "`self.question`")
print("Executing with", len(self.dependancies), "dependancies")
if self.node_type == QueryType.SINGLE_QUESTION: