Uses of Record Class
org.egothor.methodatlas.ai.AiOptions
Packages that use AiOptions
Package
Description
AI integration layer for MethodAtlas providing automated security
classification of JUnit test methods.
-
Uses of AiOptions in org.egothor.methodatlas.ai
Methods in org.egothor.methodatlas.ai that return AiOptionsModifier and TypeMethodDescriptionAiOptions.Builder.build()Builds the final immutableAiOptionsconfiguration.Methods in org.egothor.methodatlas.ai with parameters of type AiOptionsModifier and TypeMethodDescriptionstatic AiProviderClientCreates a provider-specificAiProviderClientbased on the supplied configuration.Constructors in org.egothor.methodatlas.ai with parameters of type AiOptionsModifierConstructorDescriptionAiSuggestionEngineImpl(AiOptions options) Creates a new AI suggestion engine using the supplied runtime options.AnthropicClient(AiOptions options) Creates a new Anthropic client using the supplied runtime configuration.ManualPrepareEngine(Path workDir, Path responseDir, AiOptions options) Creates a new prepare engine that writes work files and response stubs to separate directories.OllamaClient(AiOptions options) Creates a new Ollama client using the supplied runtime configuration.OpenAiCompatibleClient(AiOptions options) Creates a new client for an OpenAI-compatible provider.