Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PromptCreationConfigurations.Builder
Packages that use PromptCreationConfigurations.Builder
-
Uses of PromptCreationConfigurations.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PromptCreationConfigurations.BuilderModifier and TypeMethodDescriptionPromptCreationConfigurations.builder()PromptCreationConfigurations.Builder.excludePreviousThinkingSteps(Boolean excludePreviousThinkingSteps) Iftrue, the service removes any content between<thinking>tags from previous conversations in an agent session.PromptCreationConfigurations.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.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PromptCreationConfigurations.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PromptCreationConfigurations.Builder>PromptCreationConfigurations.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type PromptCreationConfigurations.BuilderModifier and TypeMethodDescriptiondefault 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.