botframework-sdk
botframework-sdk copied to clipboard
Add supported channels to the Skills manifest
Because there are channel-specific
An optional "targetedChannels" (maybe "supportedChannels"?) array should be added in the "properties" section. Potentially:
"properties": {
...
"targetedChannels": {
"type": "array",
"uniqueItems": true,
"description": "List of channels the skill is designed to work in",
"items": {
"$ref": "#/definitions/targetedChannels"
}
}
...
}
Assigned to @scheyal for scoping and possible inclusion in R8.
This one is for me :)
Hi @clearab, do you think we should address this as part of R11? Or close it? or Backlog it?
@carlosscastro can you check in here? there could be overlap with the in-proc adapter modeling