promptAddToSection
Append content to an existing section.
Parameters
title
Title of the section to update.
opts
Content to add.
opts.body
Text to append to the section body.
opts.bullet
A single bullet point to add.
opts.bullets
Multiple bullet points to add.
Returns
AgentBase — Returns this for method chaining.