Skip to content

Commit 3197637

Browse files
authored
Update README.md
1 parent 42bfac1 commit 3197637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ When using the `/api/ask-streaming` endpoint, answers will be streamed as happen
140140
```
141141

142142
- The first piece of the response has the following characteristics:
143-
- the *streamState* property is set to `Start`,
143+
- the *streamState* property is set to `Start`
144144
- it contains the question and its reformulation (if not requested, *reformulatedQuestion* will be equals to *originalQuestion*)
145145
- the *tokenUsage* section holds information about token used for reformulation (if done) and for the embedding of the question
146146
- Then, there are as many elements for the actual answer as necessary:

0 commit comments

Comments
 (0)