Package io.codemodder.plugins.llm
package io.codemodder.plugins.llm
-
ClassesClassDescriptionAn extension of
SarifPluginRawFileChanger
that uses large language models (LLMs) to analyze and fix the files found by the static analysis tool.Provides LLM-related functionality to codemods.Provides configured LLM services.A custom service class to call theOpenAiApi
, since the out-of-the boxOpenAiService
does not support automatic retries.