Phi3Result
Phi-3 / SLM generation result containing output token IDs
Operations
GetTokenCount
Gets the number of generated tokens
method : public : GetTokenCount() ~ IntReturn
| Type | Description |
|---|---|
| Int | token count |
GetTokens
Gets the generated token IDs (excluding prompt tokens)
method : public : GetTokens() ~ Int[]Return
| Type | Description |
|---|---|
| Int | array of generated token IDs |
ToString
Get string representation
method : public : ToString() ~ StringReturn
| Type | Description |
|---|---|
| String | string representation |