MaxTokensFinishDetails interface
A structured representation of a stop reason that signifies a token limit was reached before the model could naturally complete.
- Extends
Properties
type | The object type, which is always 'max_tokens' for this object. |
Property Details
type
The object type, which is always 'max_tokens' for this object.
type: "max_tokens"
Property Value
"max_tokens"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript