@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / ParentActionGroupSignature
AWS Defined signatures for enabling certain capabilities in your agent.
new ParentActionGroupSignature(
value
):ParentActionGroupSignature
Constructor should be used as a temporary solution when a new signature is supported but its implementation in CDK hasn’t been added yet.
string
readonly
value:string
readonly
static
CODE_INTERPRETER:ParentActionGroupSignature
Signature that allows your agent to generate, run, and troubleshoot code when trying to complete a task.
readonly
static
USER_INPUT:ParentActionGroupSignature
Signature that allows your agent to request the user for additional information when trying to complete a task.
toString():
string
string