Class FindRequest.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.FindRequest.Builder
- Enclosing class:
- FindRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String description) Additional context or custom instructions provided by the user to guide the vulnerability analysis.The identifier of a specific finding to verify.The mode of the find session.sourceFiles(List<FileContent> sourceFiles) A list of source files to provide as context for the scan.
-
Method Details
-
description
Additional context or custom instructions provided by the user to guide the vulnerability analysis. -
findingId
The identifier of a specific finding to verify. This is primarily used in VERIFY mode to focus the agent's execution-based validation on a single vulnerability. -
mode
The mode of the find session. -
sourceFiles
A list of source files to provide as context for the scan. -
build
-