TTMSMCPSamplingStopReason Enumeration
Reason the model stopped generating a reply.
API unit family: TMS.MCP.Sampling
Members
| Name | Description |
|---|---|
ssrEndTurn |
The model finished its reply on its own. |
ssrStopSequence |
The model produced one of the configured stop sequences. |
ssrMaxTokens |
The model reached the token limit set for the reply. |
ssrToolUse |
The model paused to invoke a tool and is waiting for its outcome. |
ssrCustom |
Any provider-specific reason that is not one of the standard ones. The original wording is kept separately so that it is not lost. |