AgentActionGroup
Contains details about an action group.
Contents
- actionGroupId
-
The unique identifier of the action group.
Type: String
Pattern:
^[0-9a-zA-Z]{10}$
Required: Yes
- actionGroupName
-
The name of the action group.
Type: String
Pattern:
^([0-9a-zA-Z][_-]?){1,100}$
Required: Yes
- actionGroupState
-
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
Type: String
Valid Values:
ENABLED | DISABLED
Required: Yes
- agentId
-
The unique identifier of the agent to which the action group belongs.
Type: String
Pattern:
^[0-9a-zA-Z]{10}$
Required: Yes
- agentVersion
-
The version of the agent to which the action group belongs.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 5.
Pattern:
^(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})$
Required: Yes
- createdAt
-
The time at which the action group was created.
Type: Timestamp
Required: Yes
- updatedAt
-
The time at which the action group was last updated.
Type: Timestamp
Required: Yes
- actionGroupExecutor
-
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
Type: ActionGroupExecutor object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- apiSchema
-
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas.
Type: APISchema object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- clientToken
-
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
Type: String
Length Constraints: Minimum length of 33. Maximum length of 256.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,256}$
Required: No
- description
-
The description of the action group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Required: No
- functionSchema
-
Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.
Type: FunctionSchema object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- parentActionSignature
-
If this field is set as
AMAZON.UserInput
, the agent can request the user for additional information when trying to complete a task. Thedescription
,apiSchema
, andactionGroupExecutor
fields must be blank for this action group.During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn't have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.
Type: String
Valid Values:
AMAZON.UserInput | AMAZON.CodeInterpreter
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: