compass.extraction.common.llm_response_starts_with_yes#

llm_response_starts_with_yes(response)[source]#

Check if LLM response begins with “yes” (case-insensitive)

Parameters:

response (str) – LLM response string.

Returns:

boolTrue if LLM response begins with “Yes”.