Azure AI Language Unsupported aspect "follow-up tasks"
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?