Implement max word count for /articleservice API & /intent APIs
tamarahills opened this issue · 1 comments
tamarahills commented
If word_count > MAX_WORDS, then we should not synthesize the article.
Will return a 404
with error message:
{speech: There was an error processing the article. Exceeds max word_count
}
tamarahills commented
@HugoRomano can you get us a max word count?