Skip to content

Commit 218fa76

Browse files
crickmanCopilot
andauthored
Update src/Libraries/Microsoft.Extensions.AI.OpenAI/OpenAIResponsesChatClient.cs
Co-authored-by: Copilot <[email protected]>
1 parent d04fda7 commit 218fa76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Libraries/Microsoft.Extensions.AI.OpenAI/OpenAIResponsesChatClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ ChatResponseUpdate CreateUpdate(AIContent? content = null) =>
378378
}
379379

380380
case StreamingResponseOutputItemAddedUpdate outputItemAddedUpdate:
381-
// Note: When addding a case here, add type to "_responseItemTypesWithHandlers"
381+
// Note: When adding a case here, add type to "_responseItemTypesWithHandlers"
382382
// to avoid duplicate processing in default case.
383383
switch (outputItemAddedUpdate.Item)
384384
{

0 commit comments

Comments
 (0)