Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
AgentExecutionMetadata
Interface AgentExecutionMetadata
Metadata about agent execution
interface
AgentExecutionMetadata
{
model
:
string
;
totalTokens
?:
number
;
cost
?:
number
;
duration
?:
number
;
stage
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
model
total
Tokens?
cost?
duration?
stage?
Properties
Readonly
model
model
:
string
Optional
Readonly
total
Tokens
totalTokens
?:
number
Optional
Readonly
cost
cost
?:
number
Optional
Readonly
duration
duration
?:
number
Optional
Readonly
stage
stage
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
model
total
Tokens
cost
duration
stage
Stratix Framework - v0.8.2
Loading...
Metadata about agent execution