From 25242dbaf84288de336450b8750a8ab1acd95f76 Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Tue, 23 Apr 2024 12:20:20 +0330 Subject: [PATCH] feat: Updated github queryengine description! --- subquery.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/subquery.py b/subquery.py index a8c31ff..c2db9c7 100644 --- a/subquery.py +++ b/subquery.py @@ -103,7 +103,10 @@ def query_multiple_source( github_query_engine = GitHubQueryEngine(community_id=community_id).prepare() tool_metadata = ToolMetadata( name="GitHub", - description="Hosts code repositories and project materials from the GitHub platform.", + description=( + "Hosts commits and conversations from Github issues and" + " pull requests from the selected repositories" + ), ) query_engine_tools.append( QueryEngineTool(