generative-ai-cdk-constructs

@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

new ParentActionGroupSignature()

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

readonly value: string


CODE_INTERPRETER

readonly static CODE_INTERPRETER: ParentActionGroupSignature

Signature that allows your agent to generate, run, and troubleshoot code when trying to complete a task.


USER_INPUT

readonly static USER_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