Check whether a named section already exists in the agent’s POM (Prompt Object Model) prompt. Useful for conditionally adding content to avoid duplicate sections.
The section title to look up. Must match the title passed to
promptAddSection().
boolean — true if a section with the given title exists, false otherwise.