set_post_prompt_url
set_post_prompt_url
Override the default URL where post-prompt summaries are delivered. By default,
summaries are sent to the agent’s own /post_prompt endpoint. Use this method to
redirect summaries to an external service.
Parameters
url
The URL where post-prompt summaries should be POSTed.
Returns
AgentBase — Returns self for method chaining.