Class BetaManagedAgentsAgentToolsetDefaultConfigParams
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolsetDefaultConfigParamsDefault configuration for all tools in a toolset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAgentToolsetDefaultConfigParams.BuilderA builder for BetaManagedAgentsAgentToolsetDefaultConfigParams.
public final classBetaManagedAgentsAgentToolsetDefaultConfigParams.PermissionPolicyPermission policy for tool execution.
-
Method Summary
-
-
Method Detail
-
enabled
final Optional<Boolean> enabled()
Whether tools are enabled and available to Claude by default. Defaults to true if not specified.
-
permissionPolicy
final Optional<BetaManagedAgentsAgentToolsetDefaultConfigParams.PermissionPolicy> permissionPolicy()
Permission policy for tool execution.
-
_enabled
final JsonField<Boolean> _enabled()
Returns the raw JSON value of enabled.
Unlike enabled, this method doesn't throw if the JSON field has an unexpected type.
-
_permissionPolicy
final JsonField<BetaManagedAgentsAgentToolsetDefaultConfigParams.PermissionPolicy> _permissionPolicy()
Returns the raw JSON value of permissionPolicy.
Unlike permissionPolicy, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsAgentToolsetDefaultConfigParams.Builder toBuilder()
-
validate
final BetaManagedAgentsAgentToolsetDefaultConfigParams validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsAgentToolsetDefaultConfigParams.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolsetDefaultConfigParams.
-
-
-
-