Preparing search index...
The search index is not available
Ninja Agents SDK - v1.0.0
Ninja Agents SDK
ThoughtContext
Interface ThoughtContext
Context passed between thought modules
interface
ThoughtContext
{
input
:
any
;
memory
:
Record
<
string
,
any
>
;
trace
:
ExecutionTrace
[]
;
metadata
?:
Record
<
string
,
any
>
;
}
Index
Properties
input
memory
trace
metadata?
Properties
input
input
:
any
memory
memory
:
Record
<
string
,
any
>
trace
trace
:
ExecutionTrace
[]
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
input
memory
trace
metadata
Ninja Agents SDK - v1.0.0
Loading...
Context passed between thought modules