It looks like there's an error occurring in your application related to handling a request, specifically in the post_prompt function within the execution.py module. The error message indicates a KeyError, suggesting that the key 'class_type' is not present in the dictionary prompt[x].

It looks like there's an error occurring in your application related to handling a request, specifically in the post_prompt function within the execution.py module. The error message indicates a KeyError, suggesting that the key 'class_type' is not present in the dictionary prompt[x].