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"
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