nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
TaskClassification
Interface TaskClassification
Classification of a task for template routing.
interface
TaskClassification
{
pipelineType
:
PipelineType
;
complexity
:
"complex"
|
"simple"
|
"moderate"
;
confidence
:
number
;
keywords
:
readonly
string
[]
;
}
Index
Properties
pipeline
Type
complexity
confidence
keywords
Properties
Readonly
pipeline
Type
pipelineType
:
PipelineType
Readonly
complexity
complexity
:
"complex"
|
"simple"
|
"moderate"
Readonly
confidence
confidence
:
number
Readonly
keywords
keywords
:
readonly
string
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
pipeline
Type
complexity
confidence
keywords
GitHub
npm
nexus-agents - v2.80.0
Loading...
Classification of a task for template routing.