Below are complete WordPress-style examples that extend your snippets with basic WP_Error handling, sanitization, escaping, and flexible handling for common return shapes.
I’m assuming:
wp_ai_client_prompt( $prompt )returns a prompt object.generate_text()returns a string orWP_Error.generate_image()returns an image URL, attachment ID, array like['url' => ...], orWP_Error.convert_text_to_speech()returns an audio URL, attachment ID, array like['url' => ...], orWP_Error.