Uses of Class
com.google.genai.gaos.models.interactions.FixRequest
Packages that use FixRequest
-
Uses of FixRequest in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return FixRequestModifier and TypeMethodDescriptionFixRequest.Builder.build()FixRequest.withDescription(String description) Additional context or custom instructions provided by the user to guide the patch generation process.FixRequest.withFindingId(String findingId) The identifier of the specific security finding to be remediated.FixRequest.withSourceFiles(List<FileContent> sourceFiles) A list of source files providing context for the remediation.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type FixRequestModifier and TypeMethodDescriptionCodeMenderAgentConfig.fixRequest()Request parameters specific to FIX sessions, used for generating and validating security patches.Methods in com.google.genai.gaos.models.interactions with parameters of type FixRequestModifier and TypeMethodDescriptionCodeMenderAgentConfig.Builder.fixRequest(FixRequest fixRequest) Request parameters specific to FIX sessions, used for generating and validating security patches.CodeMenderAgentConfig.withFixRequest(FixRequest fixRequest) Request parameters specific to FIX sessions, used for generating and validating security patches.Constructors in com.google.genai.gaos.models.interactions with parameters of type FixRequestModifierConstructorDescriptionCodeMenderAgentConfig(FindRequest findRequest, FixRequest fixRequest, String model, SessionConfig sessionConfig, String sessionId)