Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

ai-plugin.json 789 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. {
  2. "schema_version": "v1",
  3. "name_for_model": "retrieval",
  4. "name_for_human": "Retrieval Plugin",
  5. "description_for_model": "Plugin for searching through the user's documents (such as files, emails, and more) to find answers to questions and retrieve relevant information. Use it whenever a user asks something that might be found in their personal information.",
  6. "description_for_human": "Search through your documents.",
  7. "auth": {
  8. "type": "user_http",
  9. "authorization_type": "bearer"
  10. },
  11. "api": {
  12. "type": "openapi",
  13. "url": "https://your-app-url.com/.well-known/openapi.yaml",
  14. "has_user_authentication": false
  15. },
  16. "logo_url": "https://your-app-url.com/.well-known/logo.png",
  17. "contact_email": "hello@contact.com",
  18. "legal_info_url": "hello@legal.com"
  19. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...