File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed
Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -4798,16 +4798,26 @@ components:
47984798 total_tokens :
47994799 type : number
48004800 completion_tokens_details :
4801- type : object
4802- properties :
4803- reasoning_tokens :
4804- type : number
4805- audio_tokens :
4806- type : number
4807- accepted_prediction_tokens :
4808- type : number
4809- rejected_prediction_tokens :
4810- type : number
4801+ anyOf :
4802+ - type : object
4803+ properties :
4804+ reasoning_tokens :
4805+ anyOf :
4806+ - type : number
4807+ - type : ' null'
4808+ audio_tokens :
4809+ anyOf :
4810+ - type : number
4811+ - type : ' null'
4812+ accepted_prediction_tokens :
4813+ anyOf :
4814+ - type : number
4815+ - type : ' null'
4816+ rejected_prediction_tokens :
4817+ anyOf :
4818+ - type : number
4819+ - type : ' null'
4820+ - type : ' null'
48114821 prompt_tokens_details :
48124822 anyOf :
48134823 - type : object
You can’t perform that action at this time.
0 commit comments