Skip to content

Commit abdd516

Browse files
committed
fix: development order
1 parent aa965f7 commit abdd516

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/uipath-openai-agents/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@ UIPATH_ACCESS_TOKEN=YOUR_TOKEN_HERE
4242

4343
The SDK provides a command-line interface for creating, packaging, and deploying OpenAI Agents:
4444

45-
### Initialize a Project
45+
### Authentication
4646

4747
```bash
48-
uipath init
48+
uipath auth
4949
```
5050

51-
Running `uipath init` will process the agent definitions in the `openai_agents.json` file and create the corresponding `entry-points.json` file needed for deployment.
52-
53-
For more details on the configuration format, see the [UiPath configuration specifications](https://github.com/UiPath/uipath-python/blob/main/specs/README.md).
51+
This command opens a browser for authentication and creates/updates your `.env` file with the proper credentials.
5452

55-
### Authentication
53+
### Initialize a Project
5654

5755
```bash
58-
uipath auth
56+
uipath init
5957
```
6058

61-
This command opens a browser for authentication and creates/updates your `.env` file with the proper credentials.
59+
Running `uipath init` will process the agent definitions in the `openai_agents.json` file and create the corresponding `entry-points.json` file needed for deployment.
60+
61+
For more details on the configuration format, see the [UiPath configuration specifications](https://github.com/UiPath/uipath-python/blob/main/specs/README.md).
6262

6363
### Debug a Project
6464

0 commit comments

Comments
 (0)