elm.ords.extraction.graphs.llm_response_does_not_start_with_no

llm_response_does_not_start_with_no(response)[source]

Check if LLM response does not start with “no” (case-insensitive)

Parameters:

response (str) – LLM response string.

Returns:

boolTrue if LLM response does not begin with “No”.