From 3197637019de98d698607448ac619f5687c848df Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 7 May 2025 17:50:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f89ad93..4bf69a0 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ When using the `/api/ask-streaming` endpoint, answers will be streamed as happen ``` - The first piece of the response has the following characteristics: - - the *streamState* property is set to `Start`, + - the *streamState* property is set to `Start` - it contains the question and its reformulation (if not requested, *reformulatedQuestion* will be equals to *originalQuestion*) - the *tokenUsage* section holds information about token used for reformulation (if done) and for the embedding of the question - Then, there are as many elements for the actual answer as necessary: