Uses of Class
de.seggebaeing.sqlanalyzer.logic.promptable.exception.LLMException
Packages that use LLMException
Package
Description
-
Uses of LLMException in de.seggebaeing.sqlanalyzer.logic.promptable
Methods in de.seggebaeing.sqlanalyzer.logic.promptable that throw LLMException -
Uses of LLMException in de.seggebaeing.sqlanalyzer.logic.promptable.exception
Subclasses of LLMException in de.seggebaeing.sqlanalyzer.logic.promptable.exceptionModifier and TypeClassDescriptionclass
Exception indicating that an LLM call exceeded its rate limit. -
Uses of LLMException in de.seggebaeing.sqlanalyzer.logic.promptable.impl.dummy
Methods in de.seggebaeing.sqlanalyzer.logic.promptable.impl.dummy that throw LLMExceptionModifier and TypeMethodDescriptionSimulates prompting by waiting for a random delay between 1 and 5 seconds and then returning a random integer (0–99) as a string.Simulates prompting with a rate-limited numerical dummy.Simulates prompting an LLM while enforcing random rate limits.Simulates an LLM call by sleeping for a random time between 1 and 5 seconds, then returning a fixed SQL query. -
Uses of LLMException in de.seggebaeing.sqlanalyzer.logic.promptable.impl.llm
Methods in de.seggebaeing.sqlanalyzer.logic.promptable.impl.llm that throw LLMExceptionModifier and TypeMethodDescriptionSends a prompt request to the Claude API and returns the model's response text.Sends a prompt request to the DeepSeek API and retrieves the generated response.Sends a prompt request to the Gemini API and returns the model's response text.Sends the given input prompt to the OpenAI Chat Completions API and returns the generated response content.