Preparing search index...
The search index is not available
Ninja Agents SDK - v1.0.0
Ninja Agents SDK
ExecutionTrace
Interface ExecutionTrace
Execution trace for debugging and analysis
interface
ExecutionTrace
{
id
:
string
;
moduleId
:
string
;
timestamp
:
Date
;
input
:
any
;
output
:
any
;
reasoning
?:
string
;
strategy
?:
string
;
executionTime
:
number
;
tokenUsage
?:
TokenUsage
;
error
?:
string
;
}
Index
Properties
id
module
Id
timestamp
input
output
reasoning?
strategy?
execution
Time
token
Usage?
error?
Properties
id
id
:
string
module
Id
module
Id
:
string
timestamp
timestamp
:
Date
input
input
:
any
output
output
:
any
Optional
reasoning
reasoning
?:
string
Optional
strategy
strategy
?:
string
execution
Time
execution
Time
:
number
Optional
token
Usage
token
Usage
?:
TokenUsage
Optional
error
error
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
id
module
Id
timestamp
input
output
reasoning
strategy
execution
Time
token
Usage
error
Ninja Agents SDK - v1.0.0
Loading...
Execution trace for debugging and analysis