set_post_process
set_post_process
Enable or disable post-processing after construction. When post-processing is enabled, the AI speaks the response and takes one more conversational turn with the user before executing actions. This is useful for confirmation workflows.
Parameters
post_process
True to let the AI respond once more before executing actions. False to
execute actions immediately.
Returns
FunctionResult — self, for chaining.