prompt_add_to_section
prompt_add_to_section
Append content to an existing section. If the section does not exist, it is created automatically.
Parameters
title
Title of the section to update (or create).
body
Text to append to the section body.
bullet
A single bullet point to add.
bullets
Multiple bullet points to add.
Returns
AgentBase — Returns self for method chaining.