-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathai-plugin.json
25 lines (25 loc) · 1.31 KB
/
ai-plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"schema_version": "v1",
"name_for_human": "Chat with Code",
"name_for_model": "code_repo_interaction",
"description_for_human": "Interact with code repositories, manage issues, and push code.",
"description_for_model": "Provides the ability to interact with hosted code repositories, access files, modify code, and discuss code implementation. Users can perform tasks like fetching file contents, proposing code changes, and discussing code implementation. For example, you can use commands like 'list repositories for user', 'create issue', and 'get readme'. Thoroughly review the data in the response before crafting your answer.",
"auth": {
"type": "oauth",
"client_url": "https://gh-plugin.teammait.com/",
"scope": "repo",
"authorization_url": "https://gh-plugin.teammait.com/api/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "fd66b2f40df541bb9ee79db7b2085589"
}
},
"api": {
"type": "openapi",
"url": "https://gh-plugin.teammait.com/.well-known/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://gh-plugin.teammait.com/logo.png",
"contact_email": "[email protected]",
"legal_info_url": "https://gh-plugin.teammait.com/terms"
}