Preparing search index...
The search index is not available
Realtime Web Suite Server package
Realtime Web Suite Server package
RWSCommand
Class RWSCommand
Abstract
Index
Constructors
constructor
Properties
name
_instances
cmd
Description
Methods
execute
get
Command
Parameters
get
Name
get
Source
File
Path
create
Command
Constructors
constructor
new RWSCommand
(
name
,
childModule
)
:
RWSCommand
Parameters
name
:
string
childModule
:
{
children
:
any
[]
;
exports
:
any
;
id
:
string
;
loaded
:
boolean
;
paths
:
any
[]
;
}
children
:
any
[]
exports
:
any
id
:
string
loaded
:
boolean
paths
:
any
[]
Returns
RWSCommand
Properties
name
name
:
string
Static
Protected
_instances
_instances
:
{
[
key
:
string
]
:
RWSCommand
;
}
= {}
Type declaration
[
key
:
string
]:
RWSCommand
Static
cmd
Description
cmd
Description
:
string
= null
Methods
execute
execute
(
params
?
)
:
Promise
<
void
>
Parameters
params
:
ICmdParams
= null
Returns
Promise
<
void
>
get
Command
Parameters
get
Command
Parameters
(
params
)
:
ICmdParamsReturn
Parameters
params
:
ICmdParams
Returns
ICmdParamsReturn
get
Name
get
Name
(
)
:
string
Returns
string
get
Source
File
Path
get
Source
File
Path
(
)
:
string
Returns
string
Static
create
Command
create
Command
<
T
>
(
this
)
:
InstanceType
<
T
>
Type Parameters
T
extends
(
new
(
...
args
)
=>
RWSCommand
)
Parameters
this
:
T
Returns
InstanceType
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
name
_instances
cmd
Description
execute
get
Command
Parameters
get
Name
get
Source
File
Path
create
Command
src
errors
index.ts
RWSErrorCodes
tests
index.ts
RWSTestSuite
services
AWSService.ts
AWSServiceInstance
AWSService
AppConfigService.ts
AppConfigService
getAppConfig
AuthService.ts
AuthServiceInstance
AuthService
ConsoleService.ts
ConsoleServiceInstance
ConsoleService
DBService.ts
DBServiceInstance
DBService
EFSService.ts
EFSServiceInstance
EFSService
LambdaService.ts
LambdaServiceInstance
LambdaService
MD5Service.ts
MD5ServiceInstance
MD5Service
ProcessService.ts
ProcessServiceInstance
ProcessService
ServerService.ts
RWSServer
_service.ts
RWSService
S3Service.ts
S3ServiceInstance
S3Service
TraversalService.ts
TraversalServiceInstance
TraversalService
UtilsService.ts
UtilsServiceInstance
UtilsService
VectorStoreService.ts
VectorStoreServiceInstance
VectorStoreService
commands
_command.ts
RWSCommand
ICmdParams
index.ts
RWSAppCommands
controllers
_controller.ts
RWSController
IRequestParams
models
convo
ConvoLoader.ts
RWSConvo
IChainCallOutput
IConvoDebugXMLData
IEmbeddingsHandler
ISplitterParams
VectorStore.ts
RWSVectorStore
prompts
_prompt.ts
RWSPrompt
ILLMChunk
IRWSPromptJSON
IRWSPromptRequestExecutor
IRWSPromptStreamExecutor
IRWSSinglePromptRequestExecutor
ChainStreamType
types
TimeSeriesModel.ts
TimeSeriesModel
interfaces
ITimeSeries.ts
ITimeSeries
_model.ts
RWSModel
IRWSModel
sockets
_socket.ts
RWSSocket
RWSJSONMessage
interfaces
IAppConfig.ts
IAppConfig
IAuthUser.ts
IAuthUser
IContextToken.ts
IContextToken
IDbUser.ts
IDbUser
ITheSocket.ts
ITheSocket
ServerTypes.ts
RWSServerPair
RWSServerStarter
ServerControlSet
WsRoutes
routing
routes.ts
IHTTProute
IPrefixedHTTProutes
RWSHTTPRoutingEntry
index.ts
RWSTrackType
RWSannotations
init.ts
serverInit
install.ts
setupPrisma
setupRWS
Generated using
TypeDoc