Class FixRequest.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.FixRequest.Builder
- Enclosing class:
- FixRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) Additional context or custom instructions provided by the user to guide the patch generation process.The identifier of the specific security finding to be remediated.sourceFiles(List<FileContent> sourceFiles) A list of source files providing context for the remediation.
-
Method Details
-
description
Additional context or custom instructions provided by the user to guide the patch generation process. -
findingId
The identifier of the specific security finding to be remediated. This ID maps to a previously discovered vulnerability. -
sourceFiles
A list of source files providing context for the remediation. These files are typically the ones containing the identified vulnerability. -
build
-