StopFinishDetails interface

A structured representation of a stop reason that signifies natural termination by the model.

Extends

Properties

stop

The token sequence that the model terminated with.

type

The object type, which is always 'stop' for this object.

Property Details

stop

The token sequence that the model terminated with.

stop: string

Property Value

string

type

The object type, which is always 'stop' for this object.

type: "stop"

Property Value

"stop"