TaskModuleResponse interface
Interface representing the response of a task module.
Property Details
cacheInfo
The cache information.
cacheInfo?: any
Property Value
any
task
The task module continue or message response.
task?: TaskModuleContinueResponse | TaskModuleMessageResponse