InferenceDetails interface
Details for an inference call.
Properties
| endpoint | |
| finish |
|
| input |
|
| model | |
| operation |
|
| output |
|
| provider |
|
| thought |
Property Details
endpoint
finishReasons
finishReasons?: string[]
Property Value
string[]
inputTokens
inputTokens?: number
Property Value
number
model
model: string
Property Value
string
operationName
outputTokens
outputTokens?: number
Property Value
number
providerName
providerName?: string
Property Value
string
thoughtProcess
thoughtProcess?: string
Property Value
string