plugins marketplace
← All plugins

coveo

v1.0.2

Search your enterprise content

Codex

by CoveoMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/coveo/ inside the repository.

Layout

plugins/coveo/
└── .codex-plugin/plugin.json

Manifests1

plugins/coveo/.codex-plugin/plugin.json
{
  "name": "coveo",
  "version": "1.0.2",
  "description": "Search your enterprise content",
  "author": {
    "url": "https://www.coveo.com",
    "name": "Coveo"
  },
  "homepage": "https://www.coveo.com",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Coveo",
    "shortDescription": "Search your enterprise content",
    "longDescription": "Search your enterprise content",
    "category": "Productivity",
    "capabilities": [],
    "websiteURL": "https://www.coveo.com",
    "privacyPolicyURL": "https://www.coveo.com/en/company/legal/privacy-and-security/privacy-notice",
    "termsOfServiceURL": "https://www.coveo.com/en/company/legal/terms-and-agreements/customer-agreement",
    "defaultPrompt": [
      "Use Coveo to help with this task"
    ],
    "screenshots": [],
    "composerIcon": "./assets/app-icon.png",
    "logo": "./assets/app-icon.png",
    "developerName": "Coveo"
  }
}