Class SessionConfig
java.lang.Object
com.google.genai.gaos.models.interactions.SessionConfig
SessionConfig
The configuration of CodeMender sessions.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SessionConfig.Builderbuilder()booleaninthashCode()The maximum number of interaction rounds the agent is allowed to perform before reaching a timeout.toString()withMaxRounds(Integer maxRounds) The maximum number of interaction rounds the agent is allowed to perform before reaching a timeout.
-
Constructor Details
-
SessionConfig
-
SessionConfig
public SessionConfig()
-
-
Method Details
-
maxRounds
The maximum number of interaction rounds the agent is allowed to perform before reaching a timeout. -
builder
-
withMaxRounds
The maximum number of interaction rounds the agent is allowed to perform before reaching a timeout. -
equals
-
hashCode
public int hashCode() -
toString
-