The previous changes in #37 introduced a deprecated warning: DEPRECATED Optional parameter $candidatesTokenCount declared before required parameter $totalTokenCount.
To fix this, I think we have to make all the parameters nullable; reordering the parameters will introduce a breaking change.
The previous changes in #37 introduced a deprecated warning:
DEPRECATED Optional parameter $candidatesTokenCount declared before required parameter $totalTokenCount.
To fix this, I think we have to make all the parameters nullable; reordering the parameters will introduce a breaking change.