Updated prompts using Gemini Deep Research
This commit is contained in:
@@ -322,7 +322,7 @@ class GitHubTool(BaseTool):
|
||||
"required": ["issue_number"]
|
||||
}
|
||||
},
|
||||
"_tags": ["read"]
|
||||
"_tags": ["read", "communicate"]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
@@ -359,7 +359,7 @@ class GitHubTool(BaseTool):
|
||||
}
|
||||
}
|
||||
},
|
||||
"_tags": ["read"]
|
||||
"_tags": ["read", "communicate"]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
@@ -390,7 +390,7 @@ class GitHubTool(BaseTool):
|
||||
"required": ["issue_number"]
|
||||
}
|
||||
},
|
||||
"_tags": ["read"]
|
||||
"_tags": ["read", "communicate"]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
@@ -405,7 +405,7 @@ class GitHubTool(BaseTool):
|
||||
"required": ["pull_number"]
|
||||
}
|
||||
},
|
||||
"_tags": ["read"]
|
||||
"_tags": ["read", "communicate"]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
@@ -526,7 +526,7 @@ class GitHubTool(BaseTool):
|
||||
"required": ["pull_number"]
|
||||
}
|
||||
},
|
||||
"_tags": ["read"]
|
||||
"_tags": ["read", "communicate"]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
@@ -541,7 +541,7 @@ class GitHubTool(BaseTool):
|
||||
"required": ["pull_number"]
|
||||
}
|
||||
},
|
||||
"_tags": ["read"]
|
||||
"_tags": ["read", "communicate"]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
@@ -556,7 +556,7 @@ class GitHubTool(BaseTool):
|
||||
"required": ["pull_number"]
|
||||
}
|
||||
},
|
||||
"_tags": ["read"]
|
||||
"_tags": ["read", "communicate"]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
@@ -593,7 +593,7 @@ class GitHubTool(BaseTool):
|
||||
"required": ["pull_number"]
|
||||
}
|
||||
},
|
||||
"_tags": ["read"]
|
||||
"_tags": ["read", "communicate"]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
|
||||
Reference in New Issue
Block a user