Azure AI Language Unsupported aspect "follow-up tasks"

Michael Brugge 0 Reputation points
2024-04-10T10:38:36.35+00:00

Hello,

I hit a block when testing the Azure AI Language conversational summarization with API version 2023-11-15-preview.

According to the documentation here [1] and here [2], it should be possible to request a summary aspect with "follow-up tasks". Unfortunately this is the only summary aspect that isnt working. The POST doesnt show any issues gets accepted by MS (202 accepted received with operation-location URL). You can try as well by using the example POST of the first link above.

But as soon as I GET the operation-location it will respond with the followng part in the response body:

                    "errors": [
                        {
                            "id": "conversation1",
                            "error": {
                                "code": "InvalidArgument",
                                "message": "Unsupported aspect"
                            }
                        }
                    ]

All other summary aspects like "recap", "issue", "resolution' and "narrative" are working btw with the same Azure AI Language service and same API version.

Does anyone know if this is a (un)document limitations or that this is a bug? If its a bug are there any workarounds perhaps?

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
357 questions
{count} votes