v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/core
tracers/tracer_langchain_v1
LLMRun
Interface LLMRun
interface
LLMRun
{
child_execution_order
:
number
;
end_time
?:
number
;
error
?:
string
;
execution_order
:
number
;
parent_uuid
?:
string
;
prompts
:
string
[]
;
response
?:
LLMResult
;
serialized
:
{
name
:
string
;
}
;
session_id
:
number
;
start_time
:
number
;
type
:
string
;
uuid
:
string
;
}
Hierarchy (
view full
)
BaseRunV1
LLMRun
Index
Properties
child_
execution_
order
end_
time?
error?
execution_
order
parent_
uuid?
prompts
response?
serialized
session_
id
start_
time
type
uuid
Properties
child_
execution_
order
child_
execution_
order
:
number
Optional
end_
time
end_
time
?:
number
Optional
error
error
?:
string
execution_
order
execution_
order
:
number
Optional
parent_
uuid
parent_
uuid
?:
string
prompts
prompts
:
string
[]
Optional
response
response
?:
LLMResult
serialized
serialized
:
{
name
:
string
;
}
session_
id
session_
id
:
number
start_
time
start_
time
:
number
type
type
:
string
uuid
uuid
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
child_
execution_
order
end_
time
error
execution_
order
parent_
uuid
prompts
response
serialized
session_
id
start_
time
type
uuid
LangChain.js
Loading...