should_hide_tools
Parameters:
messages (List[Dict[str, Any]]): List of messages tools (List[Dict[str, Any]]): List of tools hide_tools_param (str): “hide_tools” parameter value. Can be “if_all_run” (hide tools if all tools have been run), “if_any_run” (hide tools if any of the tools have been run), “never” (never hide tools). Default is “never”.
Returns:
bool: Indicates whether the tools should be excluded from the response create request Example Usage: