Skip to content

Commit 4cf1fef

Browse files
committed
clarify docs
1 parent 3d3c6ba commit 4cf1fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ These words will not be included in the completion, so make sure to add them to
450450

451451
`post_sampling_probs`: Returns the probabilities of top `n_probs` tokens after applying sampling chain.
452452

453-
`requested_fields`: A list of required response fields, for example : `"requested_fields": ["content", "generation_settings/n_predict"]` If there is no field, return an empty json for that field.
453+
`requested_fields`: A list of response fields, for example: `"requested_fields": ["content", "generation_settings/n_predict"]`. If the specified field is missing, it will simply be omitted from the response without triggering an error.
454454

455455
**Response format**
456456

0 commit comments

Comments
 (0)