Skip to content

Commit 4c66834

Browse files
committed
Enrich tag data
1 parent 1c07a0f commit 4c66834

File tree

1 file changed

+34
-22
lines changed

1 file changed

+34
-22
lines changed

registry.yaml

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- nikhils-oai
1212
tags:
1313
- agentkit
14+
- agents
1415
- evals
1516

1617
- title: Building with Realtime Mini
@@ -19,7 +20,8 @@
1920
authors:
2021
- carter-oai
2122
tags:
22-
- gpt-realtime-mini
23+
- realtime
24+
- voice
2325

2426
- title: Sora 2 Prompting Guide
2527
path: examples/sora/sora2_prompting_guide.ipynb
@@ -29,7 +31,7 @@
2931
- joanneshin-openai
3032
tags:
3133
- sora
32-
- prompt
34+
- prompt-optimization
3335

3436
- title: Using PLANS.md for multi-hour problem solving
3537
path: articles/codex_exec_plans.md
@@ -62,6 +64,7 @@
6264
tags:
6365
- gpt-5
6466
- codex
67+
- prompt-optimization
6568

6669
- title: GPT-5 Troubleshooting Guide
6770
path: examples/gpt-5/gpt-5_troubleshooting_guide.ipynb
@@ -81,6 +84,7 @@
8184
- emreokcular
8285
tags:
8386
- agents-sdk
87+
- context
8488

8589
- title: Automating Code Quality and Security Fixes with Codex CLI on GitLab
8690
path: examples/codex/secure_quality_gitlab.md
@@ -101,6 +105,7 @@
101105
- speech
102106
- audio
103107
- responses
108+
- prompt-optimization
104109

105110
- title: "Fine-tune gpt-oss for better Korean language performance"
106111
path: articles/gpt-oss/fine-tune-korean.ipynb
@@ -275,10 +280,10 @@
275280
- Douglas Adams
276281
- Rishabh Sagar
277282
tags:
278-
- knowledge-graphs
279283
- retrieval
280284
- functions
281285
- responses
286+
- agents
282287

283288
- title: Using Evals API on Image Inputs
284289
path: examples/evaluation/use-cases/EvalsAPI_Image_Inputs.ipynb
@@ -304,7 +309,7 @@
304309
authors:
305310
- corwin
306311
tags:
307-
- prompt
312+
- prompt-optimization
308313
- completions
309314
- responses
310315
- agents-sdk
@@ -327,7 +332,7 @@
327332
- minh-hoque
328333
- corwin
329334
tags:
330-
- prompt
335+
- prompt-optimization
331336
- completions
332337
- responses
333338

@@ -373,7 +378,7 @@
373378
- Eddie Siegel
374379
tags:
375380
- evals
376-
- API Flywheel
381+
- evals-flywheel
377382
- completions
378383
- responses
379384
- functions
@@ -387,9 +392,9 @@
387392
- chelseahu-openai
388393
tags:
389394
- agents-sdk
395+
- agents
390396
- functions
391397
- responses
392-
- mutli-agent-collaboration
393398

394399
- title: o3/o4-mini Function Calling Guide
395400
path: examples/o-series/o3o4-mini_prompting_guide.ipynb
@@ -430,6 +435,7 @@
430435
- charuj
431436
tags:
432437
- mcp
438+
- functions
433439

434440
- title: Image Understanding with RAG
435441
path: examples/multimodal/image_understanding_with_rag.ipynb
@@ -457,9 +463,11 @@
457463
authors:
458464
- minh-hoque
459465
tags:
466+
- realtime
460467
- audio
461468
- speech
462469
- tiktoken
470+
- context
463471

464472
- title: Comparing Speech-to-Text Methods with the OpenAI API
465473
path: examples/Speech_transcription_methods.ipynb
@@ -481,9 +489,8 @@
481489
- nharada-tribe
482490
tags:
483491
- responses
484-
- functions
485492
- web-search
486-
- tool calling
493+
- functions
487494
- RAG
488495
- insurance
489496
- legal
@@ -533,7 +540,7 @@
533540
tags:
534541
- responses
535542
- functions
536-
- pinecone
543+
- RAG
537544
- web-search
538545

539546
- title: Automating Dispute Management with Agents SDK and Stripe API
@@ -545,6 +552,7 @@
545552
- responses
546553
- agents-sdk
547554
- functions
555+
- stripe
548556

549557
- title: Web Search and States with Responses API
550558
path: examples/responses_api/responses_example.ipynb
@@ -651,6 +659,7 @@
651659
tags:
652660
- embeddings
653661
- tiktoken
662+
- context
654663

655664
- title: Long document content extraction
656665
path: examples/Entity_extraction_for_long_documents.ipynb
@@ -1408,6 +1417,7 @@
14081417
tags:
14091418
- completions
14101419
- embeddings
1420+
- context
14111421

14121422
- title: Using Tair as a vector database for OpenAI embeddings
14131423
path: examples/vector_databases/tair/Getting_started_with_Tair_and_OpenAI.ipynb
@@ -1555,12 +1565,9 @@
15551565
authors:
15561566
- akashdeepdeb
15571567
tags:
1558-
- realtime-api
1568+
- realtime
15591569
- speech
15601570
- audio
1561-
- esp32
1562-
- iot
1563-
- arduino
15641571

15651572
- title: Related resources from around the web
15661573
path: articles/related_resources.md
@@ -1664,7 +1671,8 @@
16641671
date: 2023-09-01
16651672
authors:
16661673
- ted-at-openai
1667-
tags: []
1674+
tags:
1675+
- documentation
16681676

16691677
- title: Function calling with an OpenAPI specification
16701678
path: examples/Function_calling_with_an_OpenAPI_spec.ipynb
@@ -2201,6 +2209,8 @@
22012209
- msingh-openai
22022210
tags:
22032211
- completions
2212+
- functions
2213+
- web-search
22042214

22052215
- title: Prompt Caching 101
22062216
path: examples/Prompt_Caching101.ipynb
@@ -2210,7 +2220,7 @@
22102220
tags:
22112221
- latency
22122222
- cost
2213-
- prompt caching
2223+
- prompt-optimization
22142224
- completions
22152225

22162226
- title: GPT Actions library - Google Ads via Adzviser
@@ -2349,7 +2359,6 @@
23492359
authors:
23502360
- alwell-kevin
23512361
tags:
2352-
- SDLC
23532362
- reasoning
23542363
- completions
23552364

@@ -2397,13 +2406,15 @@
23972406
- audio
23982407
- responses
23992408
- speech
2409+
- agents-sdk
24002410

24012411
- title: Multi-Language One-Way Translation with the Realtime API
24022412
path: examples/voice_solutions/one_way_translation_using_realtime_api.mdx
24032413
date: 2025-03-24
24042414
authors:
24052415
- erikakettleson-openai
24062416
tags:
2417+
- realtime
24072418
- audio
24082419
- speech
24092420

@@ -2435,6 +2446,7 @@
24352446
tags:
24362447
- responses
24372448
- api
2449+
- prompt-optimization
24382450

24392451
- title: Generate images with GPT Image
24402452
path: examples/Generate_Images_With_GPT_Image.ipynb
@@ -2463,7 +2475,6 @@
24632475
tags:
24642476
- agents
24652477
- agents-sdk
2466-
- parallel-agents
24672478

24682479
- title: Practical guide to data-intensive apps with the Realtime API
24692480
path: examples/Data-intensive-Realtime-apps.ipynb
@@ -2473,6 +2484,7 @@
24732484
- rkoenig-openai
24742485
- phundal-openai
24752486
tags:
2487+
- realtime
24762488
- audio
24772489
- speech
24782490

@@ -2486,7 +2498,6 @@
24862498
tags:
24872499
- evals
24882500
- stripe
2489-
- conversion
24902501

24912502
- title: Evals API Use-case - MCP Evaluation
24922503
path: examples/evaluation/use-cases/mcp_eval_notebook.ipynb
@@ -2521,6 +2532,7 @@
25212532
- evals-api
25222533
- responses
25232534
- evals
2535+
- functions
25242536

25252537
- title: Evals API Use-case - Web Search Evaluation
25262538
path: examples/evaluation/use-cases/web-search-evaluation.ipynb
@@ -2532,6 +2544,7 @@
25322544
- evals-api
25332545
- responses
25342546
- evals
2547+
- web-search
25352548

25362549
- title: Introduction to deep research in the OpenAI API
25372550
path: examples/deep_research_api/introduction_to_deep_research_api.ipynb
@@ -2540,7 +2553,6 @@
25402553
- glojain
25412554
- alwell-kevin
25422555
tags:
2543-
- deep-research-api
25442556
- responses
25452557
- mcp
25462558
- deep-research
@@ -2552,7 +2564,6 @@
25522564
- alwell-kevin
25532565
- glojain
25542566
tags:
2555-
- deep-research-api
25562567
- mcp
25572568
- deep-research
25582569
- agents
@@ -2566,7 +2577,6 @@
25662577
- glojain
25672578
tags:
25682579
- mcp
2569-
- deep-research-api
25702580
- responses
25712581
- deep-research
25722582
- agents
@@ -2599,6 +2609,8 @@
25992609
tags:
26002610
- evals
26012611
- datasets
2612+
- prompt-optimization
2613+
- evals-flywheel
26022614

26032615
- title: Build Code Review with the Codex SDK
26042616
path: examples/codex/build_code_review_with_codex_sdk.md

0 commit comments

Comments
 (0)