Title: Limit except length
Last modified: December 16, 2023

---

# Limit except length

 *  Resolved [Jason Chong](https://wordpress.org/support/users/dantianhealth/)
 * (@dantianhealth)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/limit-except-length/)
 * when using this in the post editor to suggest title / excerpt (which is often
   picked up as meta description by seo plugin) how can I set a limit for the output(
   ie 60 character title, 160 character except)?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Val Meow](https://wordpress.org/support/users/valwa/)
 * (@valwa)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/limit-except-length/#post-17283265)
 * Hey [@dantianhealth](https://wordpress.org/support/users/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. 😺
 *     ```wp-block-code
       add_filter( 'mwai_ai_query', function ( $query ) {
   
   
           $query->set_new_message( 'Your own prompt' );
   
           return $query;
         }, 10, 2 );
       ```
   
 *  Thread Starter [Jason Chong](https://wordpress.org/support/users/dantianhealth/)
 * (@dantianhealth)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/limit-except-length/#post-17283466)
 * so how would I utilise that to simply modify the prompts for title and excerpt
   generation to add a character limit. What you have provided seems quite generalised

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Limit except length’ is closed to new replies.

 * ![](https://ps.w.org/ai-engine/assets/icon-256x256.png?rev=3431928)
 * [AI Engine - The Chatbot, AI Framework & MCP for WordPress](https://wordpress.org/plugins/ai-engine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ai-engine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ai-engine/)
 * [Active Topics](https://wordpress.org/support/plugin/ai-engine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ai-engine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ai-engine/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jason Chong](https://wordpress.org/support/users/dantianhealth/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/limit-except-length/#post-17283466)
 * Status: resolved