Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit bd0be3f

Browse files
authored
Update README.md
1 parent 732c027 commit bd0be3f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# OpenAI
1+
# Connery Runner Administration
22

3-
OpenAI connector for Connery.
3+
This connector provides actions to manage the Connery Runner service.
4+
5+
## Available actions
6+
7+
| Action | Description |
8+
| ------------------------------------------------------------ | ------------------------------------------------------ |
9+
| [Create prompt completion](/actions/CreateChatCompletion.js) | Creates an OpenAI model response for the given prompt. |
410

511
## Repository structure
612

@@ -11,7 +17,7 @@ The `./actions/` folder contains all the actions this connector defines.
1117
Every action is represented by a separate file with the action definition and implementation.
1218

1319
The `./dist/connector.js` file is the compiled version of the connector with all the dependencies.
14-
Connery runner uses this file to run the connector.
20+
Connery Runner uses this file to run the connector.
1521

1622
## Connery
1723

0 commit comments

Comments
 (0)