Skip to content

Commit 37c6c79

Browse files
committed
more intuitive naming
1 parent 02560bd commit 37c6c79

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

examples/byo_realtime/byo_realtime.ipynb renamed to examples/building_w_rt_mini/byo_realtime.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"metadata": {},
6060
"source": [
6161
"## Main Agent\n",
62-
"Great! Now that we've cloned the repo, we are going to be modifying `openai-agents-js/examples/realtime-next/`, starting with the **Main Agent**. Our **Main Agent** is the point of entry for the application stack. It acts as an intent classifier for any user query choosing how to re-route between different layers.\n",
62+
"Great! Now that we've cloned the repo, we are going to be modifying `openai-agents-js/examples/realtime-next/src/app/page.tsx`, starting with the **Main Agent**. Our **Main Agent** is the point of entry for the application stack. It acts as an intent classifier for any user query choosing how to re-route between different layers.\n",
6363
"\n",
6464
"The implementation is fairly straightforward\n",
6565
"```js\n",

registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# authors for each page.
66

77
- title: Build with Realtime Mini
8-
path: examples/byo_realtime/byo_realtime.ipynb
8+
path: examples/building_w_rt_mini/byo_realtime.ipynb
99
date: 2025-10-11
1010
authors:
1111
- carter-openai

0 commit comments

Comments
 (0)