Commit 4114eb6
fix: remove incorrect OpenAI API key requirement from docs and samples
UiPathChatOpenAI routes all requests through UiPath's LLM Gateway,
so no OpenAI API key is needed. Removed misleading references from
quick_start.md and added an info box clarifying that an OPENAI_API_KEY
is only required when using the OpenAI client directly.
- Removed OpenAI API key from prerequisites in quick_start.md
- Removed the "Set Up Environment Variables" section
- Added info box explaining UiPathChatOpenAI vs direct OpenAI usage
- Removed agent-as-tools .env.example (uses UiPathChatOpenAI, no env needed)
- Updated rag-assistant .env.example to clarify direct OpenAI client usage
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 60eadd5 commit 4114eb6
3 files changed
Lines changed: 4 additions & 22 deletions
File tree
- packages/uipath-openai-agents
- docs
- samples
- agent-as-tools
- rag-assistant
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
104 | 103 | | |
105 | 104 | | |
106 | 105 | | |
107 | | - | |
108 | 106 | | |
109 | 107 | | |
110 | 108 | | |
| |||
138 | 136 | | |
139 | 137 | | |
140 | 138 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 139 | | |
154 | 140 | | |
155 | 141 | | |
| |||
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
0 commit comments