Skip to content

Commit 5bc9c78

Browse files
committed
fix: quick_start docs
1 parent 52b00b2 commit 5bc9c78

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

docs/quick_start.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,12 @@ Generate your first UiPath LangChain agent:
128128

129129
This command creates the following files:
130130

131-
| File Name | Description |
132-
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------- |
133-
| `.env` | Environment variables and secrets (this file will not be packed & published). |
134-
| `main.py` | LangGraph agent code. |
135-
| `uipath.json` | Input/output JSON schemas and bindings. |
131+
| File Name | Description |
132+
|------------------|----------------------------------------------------------------------------------------------------------------------------------|
133+
| `main.py` | LangGraph agent code. |
136134
| `langgraph.json` | [LangGraph](https://langchain-ai.github.io/langgraph/concepts/application_structure/#file-structure) specific configuration file. |
137-
| `agent.mermaid` | Graph visual representation. |
135+
| `pyproject.toml` | Project metadata and dependencies as per [PEP 518](https://peps.python.org/pep-0518/). |
136+
138137

139138
## Initialize project
140139

@@ -148,6 +147,14 @@ This command creates the following files:
148147
✓ Created 'uipath.json' file.
149148
```
150149

150+
This command creates the following files:
151+
152+
| File Name | Description |
153+
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------- |
154+
| `.env` | Environment variables and secrets (this file will not be packed & published). |
155+
| `uipath.json` | Input/output JSON schemas and bindings. |
156+
| `agent.mermaid` | Graph visual representation. |
157+
151158
## Set Up Environment Variables
152159

153160
Before running the agent, configure either `OPENAI_API_KEY` or `ANTHROPIC_API_KEY` in the `.env` file:

0 commit comments

Comments
 (0)