on_user_turn_completed
on_user_turn_completed
Lifecycle hook called when the user finishes speaking. Override in a subclass to inspect or modify the conversation before the LLM generates a reply.
Parameters
turn_ctx
Turn context object. Accepted for API compatibility.
new_message
The new message from the user. Accepted for API compatibility.
Returns
None