We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02ac8e commit f10c757Copy full SHA for f10c757
src/resources/chat/completions.ts
@@ -139,7 +139,7 @@ export namespace ChatCompletionChunk {
139
* content was omitted due to a flag from our content filters, or `function_call`
140
* if the model called a function.
141
*/
142
- finish_reason: 'stop' | 'length' | 'function_call' | null;
+ finish_reason: 'stop' | 'length' | 'function_call' | 'content_filter' | null;
143
144
/**
145
* The index of the choice in the list of choices.
0 commit comments