@microsoft/opentelemetry
Preparing search index...
InferenceDetails
Interface InferenceDetails
Details for an inference call.
interface
InferenceDetails
{
endpoint
?:
ServiceEndpoint
;
finishReasons
?:
string
[]
;
inputTokens
?:
number
;
model
:
string
;
operationName
:
InferenceOperationType
;
outputTokens
?:
number
;
providerName
?:
string
;
thoughtProcess
?:
string
;
}
Index
Properties
endpoint?
finish
Reasons?
input
Tokens?
model
operation
Name
output
Tokens?
provider
Name?
thought
Process?
Properties
Optional
endpoint
endpoint
?:
ServiceEndpoint
Optional
finish
Reasons
finishReasons
?:
string
[]
Optional
input
Tokens
inputTokens
?:
number
model
model
:
string
operation
Name
operationName
:
InferenceOperationType
Optional
output
Tokens
outputTokens
?:
number
Optional
provider
Name
providerName
?:
string
Optional
thought
Process
thoughtProcess
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
endpoint
finish
Reasons
input
Tokens
model
operation
Name
output
Tokens
provider
Name
thought
Process
@microsoft/opentelemetry
Loading...
Details for an inference call.