-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathTalkWithCode.json
17 lines (17 loc) · 1.49 KB
/
TalkWithCode.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"schema_version": "v1",
"name_for_model": "TalkWithCode",
"name_for_human": "Talk With Code",
"description_for_model": "This plugin analyzes the GitHub repository provided by the user and then tries to answer users questions related to this repository. It accepts the link to the repository from the user. The first step is to analyze the structure of the repository. When querying the structure of the repository provide the relevant file extensions to answer the users question. Use not only the extensions for the code files but also the extensions of some common files, like markdown and others. If not sure about the extensions, ask the user some clarifying question, for example, which programming language he wants to use. The response is the list of all files that are present in the repository. After receiving the list of files the most relevant files should be queried iteratively. Before giving an answer to the user, the relevance of the answer should be calculated, if it less than 0.7, then additional files should be requested. The process should be repeated until the relevance score is higher than 0.7.",
"description_for_human": "Send GitHub link and ask any aspect of the code.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://talkwithcode.say-apps.com/.well-known/openapi.yaml"
},
"logo_url": "https://talkwithcode.say-apps.com/static/logo.png",
"contact_email": "alex@say-apps.com",
"legal_info_url": "https://talkwithcode.say-apps.com/legal"
}