trim_message_whitespace#

langchain_aws.utils.trim_message_whitespace(
messages: List[Any],
) List[Any][source]#

Trim trailing whitespace from final AIMessage content.

Parameters:

messages (List[Any])

Return type:

List[Any]