elm.ords.extraction.graphs.llm_response_starts_with_no

llm_response_starts_with_no(response)[source]

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

Parameters:

response (str) – LLM response string.

Returns:

boolTrue if LLM response begins with “No”.