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"