βRequest
Configurations
Simple Request
const command = new C4AI_EES.Commands.EXECUTE({
service: new C4AI_EES(eesSic),
command: new C4AI_AAC.Commands.EXECUTE({
service: new C4AI_AAC(aacSic),
parameters: new C4AI_RequestParameters(
new C4AI_RequestParameter('prompt', 'Say Hello!')
)
})
});Nested Injections
Last updated