Uses of Class
com.google.genai.gaos.models.interactions.SessionConfig
Packages that use SessionConfig
-
Uses of SessionConfig in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return SessionConfigModifier and TypeMethodDescriptionSessionConfig.Builder.build()SessionConfig.withMaxRounds(Integer maxRounds) The maximum number of interaction rounds the agent is allowed to perform before reaching a timeout.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type SessionConfigModifier and TypeMethodDescriptionCodeMenderAgentConfig.sessionConfig()The configuration of CodeMender sessions.Methods in com.google.genai.gaos.models.interactions with parameters of type SessionConfigModifier and TypeMethodDescriptionCodeMenderAgentConfig.Builder.sessionConfig(SessionConfig sessionConfig) The configuration of CodeMender sessions.CodeMenderAgentConfig.withSessionConfig(SessionConfig sessionConfig) The configuration of CodeMender sessions.Constructors in com.google.genai.gaos.models.interactions with parameters of type SessionConfigModifierConstructorDescriptionCodeMenderAgentConfig(FindRequest findRequest, FixRequest fixRequest, String model, SessionConfig sessionConfig, String sessionId)