@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentActionGroup
DEF - Action Group Class ***************************************************************************
new AgentActionGroup(
props
):AgentActionGroup
readonly
optional
apiSchema:ApiSchema
The api schema for this action group (if defined).
readonly
optional
description:string
A description of the action group.
readonly
enabled:boolean
Whether this action group is available for the agent to invoke or not.
readonly
optional
executor:ActionGroupExecutor
The action group executor for this action group (if defined).
readonly
optional
forceDelete:boolean
Whether to delete the resource even if it’s in use.
readonly
optional
functionSchema:FunctionSchemaProperty
The function schema for this action group (if defined).
readonly
name:string
The name of the action group.
readonly
optional
parentActionGroupSignature:ParentActionGroupSignature
The AWS Defined signature (if defined).
_render():
AgentActionGroupProperty
Internal
Format as CFN properties
This is an internal core function and should not be called directly.
AgentActionGroupProperty
static
codeInterpreter(enabled
):AgentActionGroup
Defines an action group that allows your agent to request the user for additional information when trying to complete a task.
boolean
Specifies whether the action group is available for the agent
static
userInput(enabled
):AgentActionGroup
Defines an action group that allows your agent to request the user for additional information when trying to complete a task.
boolean
Specifies whether the action group is available for the agent