Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 2.53 KB

dedicatedchatcompletebodystreamoptions.md

File metadata and controls

12 lines (7 loc) · 2.53 KB

DedicatedChatCompleteBodyStreamOptions

Options related to stream. It can only be used when stream: true.

Fields

Field Type Required Description
include_usage OptionalNullable[bool] When set to true,
the number of tokens used will be included at the end of the stream result in the form of
"usage": {"completion_tokens": number, "prompt_tokens": number, "total_tokens": number}.