main
Stentor API Reference / stentor-runtime/src / main
Function: main()
main(
requestBody,mainContext,callback,channels,dependencies,hooks?):Promise\<void>
Defined in: packages/stentor-runtime/src/main.ts:100
The main runtime loop for the assistant application.
Parametersβ
requestBodyβ
object
mainContextβ
callbackβ
channelsβ
Channel[]
dependenciesβ
hooks?β
Hooks
Returnsβ
Promise\<void>