Class BetaManagedAgentsAgentToolConfigParams
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolConfigParamsConfiguration override for a specific tool within a toolset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAgentToolConfigParams.BuilderA builder for BetaManagedAgentsAgentToolConfigParams.
public final classBetaManagedAgentsAgentToolConfigParams.NameBuilt-in agent tool identifier.
public final classBetaManagedAgentsAgentToolConfigParams.PermissionPolicyPermission policy for tool execution.
-
Method Summary
-
-
Method Detail
-
name
final BetaManagedAgentsAgentToolConfigParams.Name name()
Built-in agent tool identifier.
-
enabled
final Optional<Boolean> enabled()
Whether this tool is enabled and available to Claude. Overrides the default_config setting.
-
permissionPolicy
final Optional<BetaManagedAgentsAgentToolConfigParams.PermissionPolicy> permissionPolicy()
Permission policy for tool execution.
-
_name
final JsonField<BetaManagedAgentsAgentToolConfigParams.Name> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_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<BetaManagedAgentsAgentToolConfigParams.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 BetaManagedAgentsAgentToolConfigParams.Builder toBuilder()
-
validate
final BetaManagedAgentsAgentToolConfigParams 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 BetaManagedAgentsAgentToolConfigParams.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolConfigParams.
The following fields are required:
.name()
-
-
-
-