Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PromptOverrideConfiguration
-
Packages that use PromptOverrideConfiguration Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PromptOverrideConfiguration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptOverrideConfiguration Modifier and Type Method Description PromptOverrideConfigurationCollaborator. promptOverrideConfiguration()Contains configurations to override prompt templates in different parts of an inline collaborator sequence.PromptOverrideConfigurationInvokeInlineAgentRequest. 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 PromptOverrideConfiguration Modifier and Type Method Description Collaborator.BuilderCollaborator.Builder. promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)Contains configurations to override prompt templates in different parts of an inline collaborator sequence.InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder. promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration)Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the inline agent.
-