Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ChatPromptTemplateConfiguration.Builder
Packages that use ChatPromptTemplateConfiguration.Builder
-
Uses of ChatPromptTemplateConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ChatPromptTemplateConfiguration.BuilderModifier and TypeMethodDescriptionChatPromptTemplateConfiguration.builder()ChatPromptTemplateConfiguration.Builder.inputVariables(Collection<PromptInputVariable> inputVariables) An array of the variables in the prompt template.ChatPromptTemplateConfiguration.Builder.inputVariables(Consumer<PromptInputVariable.Builder>... inputVariables) An array of the variables in the prompt template.ChatPromptTemplateConfiguration.Builder.inputVariables(PromptInputVariable... inputVariables) An array of the variables in the prompt template.ChatPromptTemplateConfiguration.Builder.messages(Collection<Message> messages) Contains messages in the chat for the prompt.ChatPromptTemplateConfiguration.Builder.messages(Consumer<Message.Builder>... messages) Contains messages in the chat for the prompt.Contains messages in the chat for the prompt.ChatPromptTemplateConfiguration.Builder.system(Collection<SystemContentBlock> system) Contains system prompts to provide context to the model or to describe how it should behave.ChatPromptTemplateConfiguration.Builder.system(Consumer<SystemContentBlock.Builder>... system) Contains system prompts to provide context to the model or to describe how it should behave.ChatPromptTemplateConfiguration.Builder.system(SystemContentBlock... system) Contains system prompts to provide context to the model or to describe how it should behave.ChatPromptTemplateConfiguration.toBuilder()ChatPromptTemplateConfiguration.Builder.toolConfiguration(Consumer<ToolConfiguration.Builder> toolConfiguration) Configuration information for the tools that the model can use when generating a response.ChatPromptTemplateConfiguration.Builder.toolConfiguration(ToolConfiguration toolConfiguration) Configuration information for the tools that the model can use when generating a response.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ChatPromptTemplateConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ChatPromptTemplateConfiguration.Builder>ChatPromptTemplateConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ChatPromptTemplateConfiguration.BuilderModifier and TypeMethodDescriptionPromptTemplateConfiguration.Builder.chat(Consumer<ChatPromptTemplateConfiguration.Builder> chat) Contains configurations to use the prompt in a conversational format.static PromptTemplateConfigurationPromptTemplateConfiguration.fromChat(Consumer<ChatPromptTemplateConfiguration.Builder> chat) Create an instance of this class withPromptTemplateConfiguration.chat()initialized to the given value.