Package org.springframework.ai.chat.prompt
package org.springframework.ai.chat.prompt
-
ClassDescription
ModelOptions
representing the common options that are portable across different chat models.Builder for creatingChatOptions
instance.Deprecated, for removal: This API element is subject to removal in a future version.A PromptTemplate that lets you specify the role as a string should the current implementations and their roles not suffice for your needs.Default implementation for theChatOptions
.Implementation ofChatOptions.Builder
to createDefaultChatOptions
.The Prompt class represents a prompt used in AI model requests.
ChatOptions.Builder
instead.