Skip to content

Commit

Permalink
feat: Updated github queryengine description!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Apr 23, 2024
1 parent 6077677 commit 25242db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion subquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 25242db

Please sign in to comment.