Fix LLM::CompletionWorker failure of summary too large issue
When we are saving the return of the LLM, sometimes it is larger than the size that the column allows. We have tried specify a hard limit to the LLM, but it still seems that a few repo's are sometimes over this limit.
Edited by Marc Shaw