Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CON-135: Adjust SDK to the new approach (second try) #120

Merged
merged 3 commits into from
Jun 3, 2024
Merged

Commits on Jun 3, 2024

  1. feat: refactor plugin schema

    BREAKING CHANGES:
    - Deprecate `configurationParameters` in plugin and use `inputParameters` from action instead
    - Deprecate `maintainers`
    - Rename `title` --> `name` in plugins, actions, inputs and outputs
    machulav committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d8eaeb8 View commit details
    Browse the repository at this point in the history
  2. feat: refactor plugin API

    BREAKING CHANGES:
    - Deprecate `/api/specs/openai/gpts endpoint` on the pluign server
    - Deprecate `/api/specs/openai/assistants-api` endpoint on the plugin server
    
    These endpoints are moved from the individual plugin to the Connery app, which makes more sense and brings more control.
    machulav committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3415e4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fef291 View commit details
    Browse the repository at this point in the history