Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
common
insights
LLMInvocationData
Interface LLMInvocationData
LLM Invocation Data (convenience interface)
interface
LLMInvocationData
{
completion_tokens
:
number
;
context
?:
Record
<
string
,
any
>
;
error
?:
string
;
latency_ms
:
number
;
mode
?:
string
;
model
:
string
;
prompt_tokens
:
number
;
provider
:
string
;
status
:
string
;
}
Index
Properties
completion_
tokens
context?
error?
latency_
ms
mode?
model
prompt_
tokens
provider
status
Properties
completion_
tokens
completion_
tokens
:
number
Optional
context
context
?:
Record
<
string
,
any
>
Optional
error
error
?:
string
latency_
ms
latency_
ms
:
number
Optional
mode
mode
?:
string
model
model
:
string
prompt_
tokens
prompt_
tokens
:
number
provider
provider
:
string
status
status
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
completion_
tokens
context
error
latency_
ms
mode
model
prompt_
tokens
provider
status
Tidyscripts Docs
Loading...
LLM Invocation Data (convenience interface)