All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.cdklabs.generative_ai_cdk_constructs.bedrock.PromptCreationMode Maven / Gradle / Ivy

package io.github.cdklabs.generative_ai_cdk_constructs.bedrock;

/**
 * (experimental) Specifies whether to override the default prompt template for this promptType.
 * 

* Set this value to OVERRIDDEN to use the prompt that you * provide in the basePromptTemplate. If you leave it as DEFAULT, the agent * uses a default prompt template. */ @javax.annotation.Generated(value = "jsii-pacmak/1.103.1 (build bef2dea)", date = "2024-10-07T16:14:00.741Z") @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) @software.amazon.jsii.Jsii(module = io.github.cdklabs.generative_ai_cdk_constructs.$Module.class, fqn = "@cdklabs/generative-ai-cdk-constructs.bedrock.PromptCreationMode") public enum PromptCreationMode { /** */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) DEFAULT, /** */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) OVERRIDDEN, }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy