[ad_1]
Hey @dantianhealth! 👋
Currently, this is hard-coded, and there are no parameters available for modification. However, you can use AI Engine filters to completely override the query and create your custom prompts for both the excerpt and title. 😺
add_filter( 'mwai_ai_query', function ( $query ) {
$query->set_new_message( 'Your own prompt' );
return $query;
}, 10, 2 );
