nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
McpExpertFactory
Interface McpExpertFactory
Expert factory interface for dependency injection.
interface
McpExpertFactory
{
createBuiltIn
(
type
:
BuiltInExpertType
,
options
?:
{
modelOverrides
?:
{
modelId
?:
string
}
}
,
)
:
{
ok
:
true
;
value
:
Expert
}
|
{
ok
:
false
;
error
:
Error
}
;
}
Index
Methods
create
Built
In
Methods
create
Built
In
createBuiltIn
(
type
:
BuiltInExpertType
,
options
?:
{
modelOverrides
?:
{
modelId
?:
string
}
}
,
)
:
{
ok
:
true
;
value
:
Expert
}
|
{
ok
:
false
;
error
:
Error
}
Parameters
type
:
BuiltInExpertType
Optional
options
:
{
modelOverrides
?:
{
modelId
?:
string
}
}
Returns
{
ok
:
true
;
value
:
Expert
}
|
{
ok
:
false
;
error
:
Error
}
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Methods
create
Built
In
GitHub
npm
nexus-agents - v2.80.0
Loading...
Expert factory interface for dependency injection.