question

sebastianzolg avatar image
0 Votes"
sebastianzolg asked NikithaMSFT-0176 answered

Teams Developer Portal generates invalid manifest

Hi all, not sure where to report this, but the new Teams Developer Portal generates an invalid manifest file when adding a ComposeExtension.

Note the "inputType": "Text" line with a capital T in Text as generated by the portal. According to the manifest schema, this must all be lower case. Manually changing the manifest solved it for me. However, I can't use the portal anymore.

   "composeExtensions": [
     {
       "botId": "***************",
       "commands": [
         {
           "id": "SearchOffice",
           "type": "query",
           "title": "Search Office",
           "description": "Search Office",
           "initialRun": false,
           "fetchTask": false,
           "context": [
             "commandBox"
           ],
           "parameters": [
             {
               "name": "searchOfficeByName",
               "title": "Search by Name",
               "description": "Search by Name",
               "inputType": "Text",
               "choices": []
             }
           ]
         }
       ],
       "canUpdateConfiguration": true,
       "messageHandlers": []
     }
   ]

office-teams-app-dev
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

We are able to repro the issue, checking internally get back to you.

1 Vote 1 ·

1 Answer

NikithaMSFT-0176 avatar image
0 Votes"
NikithaMSFT-0176 answered

We are able to repro the issue at our end. Raised a bug.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.