Add a message to an active session.
Append a new message to the session’s conversation history. The session must be in PENDING status. Adding a message resets the auto-process timer, keeping the session active.
Path Parameters:
custom_user_id (str): Unique identifier for the usersession_id (UUID): Session UUID to add message toBody Parameters:
message (str): Message content textrole (str): Message role (user, assistant)Returns:
detail (str): Success confirmation message