Class AntigravityAgentConfig
java.lang.Object
com.google.genai.gaos.models.interactions.AntigravityAgentConfig
- All Implemented Interfaces:
CreateAgentInteractionAgentConfig,InteractionAgentConfig
public class AntigravityAgentConfig
extends Object
implements InteractionAgentConfig, CreateAgentInteractionAgentConfig
AntigravityAgentConfig
Configuration for the Antigravity agent runtime. Provides server-side control over the agent's execution environment and tool configuration.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AntigravityAgentConfig
-
AntigravityAgentConfig
public AntigravityAgentConfig()
-
-
Method Details
-
maxTotalTokens
Max total tokens for the agent run. -
model
The model to use for agent reasoning. -
type
- Specified by:
typein interfaceCreateAgentInteractionAgentConfig- Specified by:
typein interfaceInteractionAgentConfig
-
builder
-
withMaxTotalTokens
Max total tokens for the agent run. -
withModel
The model to use for agent reasoning. -
equals
-
hashCode
public int hashCode() -
toString
-