Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
LLMCall
Interface LLMCall
LLM API call information
interface
LLMCall
{
provider
:
string
;
model
:
string
;
messages
:
AgentMessage
[]
;
response
:
string
;
usage
:
TokenUsage
;
cost
:
number
;
timestamp
:
Date
;
}
Index
Properties
provider
model
messages
response
usage
cost
timestamp
Properties
Readonly
provider
provider
:
string
Readonly
model
model
:
string
Readonly
messages
messages
:
AgentMessage
[]
Readonly
response
response
:
string
Readonly
usage
usage
:
TokenUsage
Readonly
cost
cost
:
number
Readonly
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
provider
model
messages
response
usage
cost
timestamp
Stratix Framework - v0.8.2
Loading...
LLM API call information