Hello. I'm getting this error when using a AI Builder prompt in my Flow:
Missing AI Builder capacity or trial: You don’t have AI Builder capacity in this environment. You don’t have AI Builder free trial activated for the account running the flow.
I've confirmed that my Chat works when I test it
and confirmed that I have capacity available in my environment
But I get this error when testing in the same environment
Here's the JSON output. What am I missing?
{
"error": {
"code": "0x80048d06",
"message": "{\"operationStatus\":\"Error\",\"error\":{\"type\":\"Error\",\"code\":\"EntitlementNotAvailable\",\"innerErrors\":[{\"scope\":\"Generic\",\"target\":null,\"code\":\"NoCapacity\",\"type\":\"Error\",\"message\":\"No capacity was found.\"}]},\"predictionId\":null}"
}
}