Open garrytrinder opened 7 months ago
I can use the Zip App Package feature as a workaround however every time I run Prepare Teams App Dependencies I get an error unless I remove the validation step.
Thanks for reporting the issue. We are contacting with the upstream team.
hello @yuqizhou77 I'm also facing the same issue with teams toolkit when building the app package with Property "semanticDescription" and “Sample Prompt” in the manifest v1.17. Could you please assist on resolving this issue with teams toolkit validate step?
@PjPraveenkumar we are working with upstream team to fix this. For now, you could remove "teamsApp/validateAppPackage"action in teamsapp.local.yaml or teamsapp.yaml
I have found using the developer preview schema, in the short term allows this to work.: "$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json", "manifestVersion": "devPreview",
Describe the bug
In the guidance for building high quality bot based message extension it is recommended to add
samplePrompts
property to the app manifest. However, this results in thevalidateAppPackage
manifest action throwing an error. ThevalidateManifest
action passes.To Reproduce Steps to reproduce the behavior:
composeExtensions.command
entryExpected behavior Manifest should be returned as valid.
Screenshots
Additional context
Using VS 2022 17.9.6
Logs
App manifest