Syntax
| AI.GetTokensOut(Handle As Long) As Long
| ||||
|---|---|---|---|---|---|
Description
| Returns the number of output tokens produced by a conversation — the size of the generated answer, as measured by the model. Useful for cost monitoring. Returns 0 for an unknown handle or before an answer has been received.
| ||||
See Also
| GetTokensIn, GetResultStr, GetResponseId.
|