Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PromptCreationConfigurations.Builder
-
Packages that use PromptCreationConfigurations.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PromptCreationConfigurations.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptCreationConfigurations.Builder Modifier and Type Method Description static PromptCreationConfigurations.BuilderPromptCreationConfigurations. builder()PromptCreationConfigurations.BuilderPromptCreationConfigurations.Builder. excludePreviousThinkingSteps(Boolean excludePreviousThinkingSteps)Iftrue, the service removes any content between<thinking>tags from previous conversations in an agent session.PromptCreationConfigurations.BuilderPromptCreationConfigurations.Builder. previousConversationTurnsToInclude(Integer previousConversationTurnsToInclude)The number of previous conversations from the ongoing agent session to include in the conversation history of the agent prompt, during the current invocation.PromptCreationConfigurations.BuilderPromptCreationConfigurations. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PromptCreationConfigurations.Builder Modifier and Type Method Description static Class<? extends PromptCreationConfigurations.Builder>PromptCreationConfigurations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type PromptCreationConfigurations.Builder Modifier and Type Method Description default InvokeAgentRequest.BuilderInvokeAgentRequest.Builder. promptCreationConfigurations(Consumer<PromptCreationConfigurations.Builder> promptCreationConfigurations)Specifies parameters that control how the service populates the agent prompt for anInvokeAgentrequest.default InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder. promptCreationConfigurations(Consumer<PromptCreationConfigurations.Builder> promptCreationConfigurations)Specifies parameters that control how the service populates the agent prompt for anInvokeInlineAgentrequest.
-