@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentActionGroupProps
PROPS - Action Group Class ***************************************************************************
readonlyoptionalapiSchema:ApiSchema
The API Schema
- No API Schema
readonlyoptionaldescription:string
A description of the action group.
- No description
readonlyoptionalenabled:boolean
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
true
readonlyoptionalexecutor:ActionGroupExecutor
The action group executor.
- No executor
readonlyoptionalforceDelete:boolean
Specifies whether to delete the resource even if it’s in use.
false
readonlyoptionalfunctionSchema:FunctionSchemaProperty
Defines functions that each define parameters that the agent needs to invoke from the user. NO L2 yet as this doesn’t make much sense IMHO
readonlyname:string
The name of the action group.
readonlyoptionalparentActionGroupSignature:ParentActionGroupSignature
The AWS Defined signature for enabling certain capabilities in your agent. When this property is specified, you must leave the description, apiSchema, and actionGroupExecutor fields blank for this action group