Uses of Class
com.google.genai.gaos.models.interactions.CodeMenderAgentConfig
Packages that use CodeMenderAgentConfig
-
Uses of CodeMenderAgentConfig in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CodeMenderAgentConfigModifier and TypeMethodDescriptionCodeMenderAgentConfig.Builder.build()CodeMenderAgentConfig.withFindRequest(FindRequest findRequest) Request parameters specific to FIND sessions, used for discovering vulnerabilities in a codebase.CodeMenderAgentConfig.withFixRequest(FixRequest fixRequest) Request parameters specific to FIX sessions, used for generating and validating security patches.The name of the model to use for the CodeMender agent.CodeMenderAgentConfig.withSessionConfig(SessionConfig sessionConfig) The configuration of CodeMender sessions.CodeMenderAgentConfig.withSessionId(String sessionId) Parameter for grouping multiple interactions that belong to the same CodeMender session.