You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
CON-135: Adjust SDK to the new approach (second try) (#120)
BREAKING CHANGE:
- Deprecate `configurationParameters` in plugin and use
`inputParameters` from action instead
- Deprecate `maintainers`
- Rename `title` to `name` in plugins, actions, inputs and outputs
- 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.
title: 'Metadata of the plugin configuration parameters.',
147
-
description:
148
-
'The configuration parameters are used to configure the plugin and its actions. For example, the API keys, the URLs, credentials, etc., can be configured here to be used in the actions. Configuration parameters can be set in the environment variables of the plugin. But also, they can be set when running an action. The configuration parameters set when running an action will override the configuration parameters set in the environment variables.',
0 commit comments