-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtimenavi.json
27 lines (27 loc) · 1.07 KB
/
timenavi.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
26
27
{
"schema_version": "v1",
"name_for_model": "timenavi",
"name_for_human": "TimeNavi",
"description_for_model": "Plugin for analyzing events from a calendar. You can retrieve events and calculate how much time was spent on given activities. You can also add new events to the calendar.",
"description_for_human": "Interact with your calendar. Analyze and create events, understand and plan your time better.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://timenavi.com/auth/openai",
"scope": "read+write",
"authorization_url": "https://timenavi.com/api/openai/authorize",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "9b89c858fb0e4b0699ecf5320db0c6fa"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://timenavi.com/openapi.yaml"
},
"logo_url": "https://timenavi.com/images/brand/aiplugin/logo.png",
"contact_email": "team@timenavi.com",
"legal_info_url": "https://timenavi.com/terms-of-service"
}