From 1292850679dbb525352e3735090f95f3fe2fdcf4 Mon Sep 17 00:00:00 2001 From: meichuan Date: Sat, 13 Jun 2026 20:40:45 +0800 Subject: [PATCH] docs: fix typo in agent run response decision Signed-off-by: meichuan --- docs/decisions/0001-agent-run-response.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/decisions/0001-agent-run-response.md b/docs/decisions/0001-agent-run-response.md index 6ffebe7e4f3..a389e4c9eef 100644 --- a/docs/decisions/0001-agent-run-response.md +++ b/docs/decisions/0001-agent-run-response.md @@ -200,7 +200,7 @@ var primaryContentOnly = response.Messages.FirstOrDefault(); ``` - **PROS**: Simple getting started experience, Reusing IChatClient response types. -- **CONS**: Intermediate updates are only availble in streaming mode. +- **CONS**: Intermediate updates are only available in streaming mode. ### Option 4: Remove Run API and retain RunStreaming API only, which returns a Stream of Primary + Secondary