From 90867121764e68a7a0a92618b16d93c5f03f7ef4 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 26 Apr 2026 11:05:11 +0800 Subject: [PATCH] docs: fix tool-calls-stream comment typo --- examples/tool-calls-stream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tool-calls-stream.ts b/examples/tool-calls-stream.ts index 7cb3ffbbc6..7b2b506826 100755 --- a/examples/tool-calls-stream.ts +++ b/examples/tool-calls-stream.ts @@ -27,7 +27,7 @@ import { ChatCompletionMessageParam, } from 'openai/resources/chat'; -// Used so that the each chunk coming in is noticable +// Used so that each chunk coming in is noticeable const CHUNK_DELAY_MS = 100; // gets API Key from environment variable OPENAI_API_KEY