File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -1064,25 +1064,7 @@ components:
10641064 type : object
10651065 properties :
10661066 finish_reason :
1067- type : string
1068- description : >
1069- The reason the model stopped generating tokens. This will be
1070- `stop` if the model hit a natural stop point or a provided
1071- stop sequence,
1072-
1073- `length` if the maximum number of tokens specified in the
1074- request was reached,
1075-
1076- `content_filter` if content was omitted due to a flag from our
1077- content filters,
1078-
1079- `tool_calls` if the model called a tool.
1080- enum :
1081- - stop
1082- - length
1083- - tool_calls
1084- - content_filter
1085- - function_call
1067+ $ref : ' #/components/schemas/FinishReason'
10861068 index :
10871069 type : integer
10881070 description : The index of the choice in the list of choices.
You can’t perform that action at this time.
0 commit comments