langsmith.client.Client.like_prompt# Client.like_prompt(prompt_identifier: str) → Dict[str, int][source]# Like a prompt. Parameters: prompt_identifier (str) – The identifier of the prompt. Returns: A dictionary with the key ‘likes’ and the count of likes as the value. Return type: Dict[str, int]