Skip to main content

Module llm_client

Module llm_client 

Source
Expand description

LLM client for AI-assisted fix generation.

Sends code snippets + violation messages to an LLM endpoint and parses the response into text edits.

Functionsยง

request_llm_fix
Send an LLM fix request and return planned fixes.