static ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.builder() |
|
ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.Builder.inputVariables(Collection<PromptInputVariable> inputVariables) |
An array of the variables in the prompt template.
|
ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.Builder.inputVariables(Consumer<PromptInputVariable.Builder>... inputVariables) |
An array of the variables in the prompt template.
|
ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.Builder.inputVariables(PromptInputVariable... inputVariables) |
An array of the variables in the prompt template.
|
ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.Builder.messages(Collection<Message> messages) |
Contains messages in the chat for the prompt.
|
ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.Builder.messages(Consumer<Message.Builder>... messages) |
Contains messages in the chat for the prompt.
|
ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.Builder.messages(Message... messages) |
Contains messages in the chat for the prompt.
|
ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.Builder.system(Collection<SystemContentBlock> system) |
Contains system prompts to provide context to the model or to describe how it should behave.
|
ChatPromptTemplateConfiguration.Builder |
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 |
ChatPromptTemplateConfiguration.Builder.system(SystemContentBlock... system) |
Contains system prompts to provide context to the model or to describe how it should behave.
|
ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.toBuilder() |
|
default ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.Builder.toolConfiguration(Consumer<ToolConfiguration.Builder> toolConfiguration) |
Configuration information for the tools that the model can use when generating a response.
|
ChatPromptTemplateConfiguration.Builder |
ChatPromptTemplateConfiguration.Builder.toolConfiguration(ToolConfiguration toolConfiguration) |
Configuration information for the tools that the model can use when generating a response.
|