@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentActionGroup
DEF - Action Group Class ***************************************************************************
new AgentActionGroup(
props):AgentActionGroup
AgentActionGroup
readonlyoptionalapiSchema?:ApiSchema
The api schema for this action group (if defined).
readonlyoptionaldescription?:string
A description of the action group.
readonlyenabled:boolean
Whether this action group is available for the agent to invoke or not.
readonlyoptionalexecutor?:ActionGroupExecutor
The action group executor for this action group (if defined).
readonlyoptionalforceDelete?:boolean
Whether to delete the resource even if it’s in use.
readonlyoptionalfunctionSchema?:FunctionSchemaProperty
The function schema for this action group (if defined).
readonlyname:string
The name of the action group.
readonlyoptionalparentActionGroupSignature?: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
staticcodeInterpreter(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
AgentActionGroup
staticuserInput(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
AgentActionGroup