Preparing search index...
The search index is not available
Ninja Agents SDK - v1.0.0
Ninja Agents SDK
ThoughtResult
Interface ThoughtResult<T>
Result from a thought module execution
interface
ThoughtResult
<
T
>
{
output
:
T
;
reasoning
?:
string
;
confidence
?:
number
;
tokenUsage
?:
TokenUsage
;
billingInfo
?:
BillingInfo
;
executionTime
:
number
;
trace
:
ExecutionTrace
;
}
Type Parameters
T
=
any
Index
Properties
output
reasoning?
confidence?
token
Usage?
billing
Info?
execution
Time
trace
Properties
output
output
:
T
Optional
reasoning
reasoning
?:
string
Optional
confidence
confidence
?:
number
Optional
token
Usage
token
Usage
?:
TokenUsage
Optional
billing
Info
billing
Info
?:
BillingInfo
execution
Time
execution
Time
:
number
trace
trace
:
ExecutionTrace
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
output
reasoning
confidence
token
Usage
billing
Info
execution
Time
trace
Ninja Agents SDK - v1.0.0
Loading...
Result from a thought module execution