Closed rikoe closed 6 years ago
It doesn't make sense for both the intent name and the context to be mandatory for a resolve operation.
In the Hadouken implementation, it is defined as:
resolve(intent: IntentType, context?: Context): Promise<IApplication[]>.
resolve(intent: IntentType, context?: Context): Promise<IApplication[]>
@rikoe context optional w/PR#30
Fixed with #30
It doesn't make sense for both the intent name and the context to be mandatory for a resolve operation.
In the Hadouken implementation, it is defined as:
resolve(intent: IntentType, context?: Context): Promise<IApplication[]>
.