Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PromptOverrideConfiguration
Packages that use PromptOverrideConfiguration
-
Uses of PromptOverrideConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptOverrideConfigurationModifier and TypeMethodDescriptionCollaborator.promptOverrideConfiguration()Contains configurations to override prompt templates in different parts of an inline collaborator sequence.InvokeInlineAgentRequest.promptOverrideConfiguration()Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the inline agent.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PromptOverrideConfigurationModifier and TypeMethodDescriptionCollaborator.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) Contains configurations to override prompt templates in different parts of an inline collaborator sequence.InvokeInlineAgentRequest.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the inline agent.