|
1 | | -# Connery Runner Administration |
| 1 | +# OpenAI |
2 | 2 |
|
3 | | -This connector provides actions to manage the Connery Runner service. |
| 3 | +OpenAI plugin for Connery. |
4 | 4 |
|
5 | 5 | ## Available actions |
6 | 6 |
|
7 | | -| Action | Description | |
8 | | -| ------------------------------------------------------------ | ------------------------------------------------------ | |
9 | | -| [Create prompt completion](/actions/CreateChatCompletion.js) | Creates an OpenAI model response for the given prompt. | |
| 7 | +| Action | Description | |
| 8 | +| ----------------------------------------- | ---------------------------------------------------- | |
| 9 | +| [Send prompt](/src/actions/sendPrompt.ts) | Send prompt to OpenAI and return generated response. | |
10 | 10 |
|
11 | 11 | ## Repository structure |
12 | 12 |
|
13 | | -The entry point for this connector is the `./index.js` file. |
14 | | -It contains the connector definition and references to all the actions. |
| 13 | +The entry point for this plugin is the [./src/index.ts](/src/index.ts) file. |
| 14 | +It contains the plugin definition and references to all the actions. |
15 | 15 |
|
16 | | -The `./actions/` folder contains all the actions this connector defines. |
| 16 | +The [./src/actions/](/src/actions/) folder contains all the actions this plugin defines. |
17 | 17 | Every action is represented by a separate file with the action definition and implementation. |
18 | 18 |
|
19 | | -The `./dist/connector.js` file is the compiled version of the connector with all the dependencies. |
20 | | -Connery Runner uses this file to run the connector. |
| 19 | +The [./dist/plugin.js](/dist/plugin.js) file is the bundled version of the plugin with all the dependencies. |
| 20 | +Connery Platform uses this file to run the plugin. |
21 | 21 |
|
22 | 22 | ## Connery |
23 | 23 |
|
24 | | -This repository is a [Connery](https://connery.io) connector. |
| 24 | +This repository is a plugin for [Connery](https://connery.io). |
25 | 25 |
|
26 | | -Connery is an open-source connector ecosystem for AI and No-Code. |
| 26 | +Connery is an open-source plugin ecosystem for AI and No-Code. |
27 | 27 |
|
28 | 28 | Learn more about Connery: |
29 | 29 |
|
30 | 30 | - [Documentation](https://docs.connery.io) |
31 | | -- [Source code](https://github.com/connery-io/connery) |
32 | | -- [A quick guide on how to start using this connector with Connery](https://docs.connery.io/docs/quick-start) |
| 31 | +- [Source code](https://github.com/connery-io/connery-platform) |
| 32 | +- [How to start using this plugin with Connery?](https://docs.connery.io/docs/platform/quick-start/) |
33 | 33 |
|
34 | 34 | ## Support |
35 | 35 |
|
36 | | -If you have any questions or need help with this connector, please create an issue in this repository. |
| 36 | +If you have any questions or need help with this plugin, please create an issue in this repository. |
0 commit comments