langsmith.client.Client.unlike_prompt#

Client.unlike_prompt(prompt_identifier: str) Dict[str, int][source]#

Unlike 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]