From 0a9be54c3cf420d3addf00ac50b49c6393157c99 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 11 Oct 2024 21:48:41 -0400 Subject: [PATCH] fix: readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c8bb37e..079404e9 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Uses the same events as [Chat Completions API streaming](https://platform.openai Two new event types have been added: -- `{"delim":"start"}` and `{"delim":"start"}`, to signal each time an `Agent` handles a single message (response or function call). This helps identify switches between `Agent`s. +- `{"delim":"start"}` and `{"delim":"end"}`, to signal each time an `Agent` handles a single message (response or function call). This helps identify switches between `Agent`s. - `{"response": Response}` will return a `Response` object at the end of a stream with the aggregated (complete) response, for convenience. # Evaluations