Preparing search index...
The search index is not available
Ninja Agents SDK - v1.0.0
Ninja Agents SDK
ThoughtModuleConfig
Interface ThoughtModuleConfig
Core configuration for a ThoughtModule
interface
ThoughtModuleConfig
{
name
:
string
;
description
?:
string
;
template
:
PromptTemplateConfig
;
strategies
?:
PromptStrategyConfig
[]
;
schema
?:
ZodType
<
any
,
ZodTypeDef
,
any
>
;
maxRetries
?:
number
;
timeout
?:
number
;
}
Index
Properties
name
description?
template
strategies?
schema?
max
Retries?
timeout?
Properties
name
name
:
string
Optional
description
description
?:
string
template
template
:
PromptTemplateConfig
Optional
strategies
strategies
?:
PromptStrategyConfig
[]
Optional
schema
schema
?:
ZodType
<
any
,
ZodTypeDef
,
any
>
Optional
max
Retries
max
Retries
?:
number
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
name
description
template
strategies
schema
max
Retries
timeout
Ninja Agents SDK - v1.0.0
Loading...
Core configuration for a ThoughtModule