Preparing search index...
The search index is not available
@iqai/adk API Documentation
@iqai/adk API Documentation
EnhancedLlmSpanAttributes
Interface EnhancedLlmSpanAttributes
Enhanced LLM span attributes with streaming metrics
interface
EnhancedLlmSpanAttributes
{
model
:
string
;
maxTokens
?:
number
;
temperature
?:
number
;
topP
?:
number
;
inputTokens
?:
number
;
outputTokens
?:
number
;
totalTokens
?:
number
;
finishReason
?:
string
;
sessionId
:
string
;
userId
?:
string
;
invocationId
:
string
;
eventId
:
string
;
streaming
?:
boolean
;
timeToFirstTokenMs
?:
number
;
chunkCount
?:
number
;
cachedTokens
?:
number
;
contextWindowUsedPct
?:
number
;
}
Hierarchy (
view full
)
LlmSpanAttributes
EnhancedLlmSpanAttributes
Index
Properties
model
max
Tokens?
temperature?
topP?
input
Tokens?
output
Tokens?
total
Tokens?
finish
Reason?
session
Id
user
Id?
invocation
Id
event
Id
streaming?
time
To
First
Token
Ms?
chunk
Count?
cached
Tokens?
context
Window
Used
Pct?
Properties
model
model
:
string
Optional
max
Tokens
max
Tokens
?:
number
Optional
temperature
temperature
?:
number
Optional
topP
topP
?:
number
Optional
input
Tokens
input
Tokens
?:
number
Optional
output
Tokens
output
Tokens
?:
number
Optional
total
Tokens
total
Tokens
?:
number
Optional
finish
Reason
finish
Reason
?:
string
session
Id
session
Id
:
string
Optional
user
Id
user
Id
?:
string
invocation
Id
invocation
Id
:
string
event
Id
event
Id
:
string
Optional
streaming
streaming
?:
boolean
Optional
time
To
First
Token
Ms
time
To
First
Token
Ms
?:
number
Optional
chunk
Count
chunk
Count
?:
number
Optional
cached
Tokens
cached
Tokens
?:
number
Optional
context
Window
Used
Pct
context
Window
Used
Pct
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
model
max
Tokens
temperature
topP
input
Tokens
output
Tokens
total
Tokens
finish
Reason
session
Id
user
Id
invocation
Id
event
Id
streaming
time
To
First
Token
Ms
chunk
Count
cached
Tokens
context
Window
Used
Pct
@iqai/adk API Documentation
Loading...
Enhanced LLM span attributes with streaming metrics