Class: ParentActionGroupSignature
March 31, 2025 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / ParentActionGroupSignature
Class: ParentActionGroupSignature
AWS Defined signatures for enabling certain capabilities in your agent.
Constructors
Constructor
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.
Parameters
value
string
Returns
ParentActionGroupSignature
Properties
value
readonlyvalue:string
CODE_INTERPRETER
readonlystaticCODE_INTERPRETER:ParentActionGroupSignature
Signature that allows your agent to generate, run, and troubleshoot code when trying to complete a task.
USER_INPUT
readonlystaticUSER_INPUT:ParentActionGroupSignature
Signature that allows your agent to request the user for additional information when trying to complete a task.
Methods
toString()
toString():
string
Returns
string