Skip to content

Commit 5b69d59

Browse files
Merge branch 'main' into tgregoir/fix-call-functions-with-chat-models
2 parents 8d3fe99 + 7433ba1 commit 5b69d59

File tree

8 files changed

+1684
-43
lines changed

8 files changed

+1684
-43
lines changed

authors.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ rajpathak-openai:
3838
website: "https://www.linkedin.com/in/rajpathakopenai/"
3939
avatar: "https://avatars.githubusercontent.com/u/208723614?s=400&u=c852eed3be082f7fbd402b5a45e9b89a0bfed1b8&v=4"
4040

41+
emreokcular:
42+
name: "Emre Okcular"
43+
website: "https://www.linkedin.com/in/emreokcular/"
44+
avatar: "https://avatars.githubusercontent.com/u/26163154?v=4"
45+
4146
chelseahu-openai:
4247
name: "Chelsea Hu"
4348
website: "https://www.linkedin.com/in/chelsea-tsaiszuhu/"

examples/agents_sdk/session_memory.ipynb

Lines changed: 1413 additions & 0 deletions
Large diffs are not rendered by default.

examples/evaluation/use-cases/EvalsAPI_Audio_Inputs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"source": [
199199
"## Eval Configuration\n",
200200
"\n",
201-
"Now that we have our data source and task, we will create our evals. For the OpenAI Evals API docs, visit [API docs](https://platform.openai.com/docs/evals/overview).\n"
201+
"Now that we have our data source and task, we will create our evals. For the OpenAI Evals API docs, visit [API docs](https://platform.openai.com/docs/guides/evals).\n"
202202
]
203203
},
204204
{

examples/multimodal/image_understanding_with_rag.ipynb

Lines changed: 257 additions & 42 deletions
Large diffs are not rendered by default.

images/memory_comparison.jpg

71.3 KB
Loading

images/summarizingSession.jpg

46.1 KB
Loading

images/trimingSession.jpg

36.5 KB
Loading

registry.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
# should build pages for, and indicates metadata such as tags, creation date and
55
# authors for each page.
66

7+
- title: Context Engineering - Short-Term Memory Management with Sessions from OpenAI Agents SDK
8+
path: examples/agents_sdk/session_memory.ipynb
9+
date: 2025-09-09
10+
authors:
11+
- emreokcular
12+
tags:
13+
- agents-sdk
14+
715
- title: Automating Code Quality and Security Fixes with Codex CLI on GitLab
816
path: examples/codex/secure_quality_gitlab.md
917
date: 2025-08-29

0 commit comments

Comments
 (0)