Class SessionConfig.Builder

java.lang.Object
com.google.genai.gaos.models.interactions.SessionConfig.Builder
Enclosing class:
SessionConfig

public static final class SessionConfig.Builder extends Object
  • Method Details

    • maxRounds

      public SessionConfig.Builder maxRounds(@Nullable Integer maxRounds)
      The maximum number of interaction rounds the agent is allowed to perform before reaching a timeout.
    • build

      public SessionConfig build()