Business Problem
AI Agent actions have limited space for scenario prompts:
  • Handle Calls action supports up to 2,000 characters.
  • Other actions (e.g. Close Conversation, Assign to Agent/Team, Update Contact Field, HTTP Request) support up to 1,000 characters.
This makes it difficult to define detailed conditions, business rules, routing logic, and edge cases. Users often move this logic into the main Instructions field, making configurations harder to maintain.
Desired Outcome
Increase the limits:
  • More than 2,000 characters for Handle Calls action.
  • More than 1000 characters for standard AI Agent actions.
This will let users keep clearer, action-specific rules within each action, reducing reliance on the main Instructions field and helping the AI Agent execute actions more reliably.
Current Workaround
Users must shorten their requirements or move action-specific logic into the main Instructions field.