Package org.springframework.ai.chat.prompt
@NullMarked
package org.springframework.ai.chat.prompt
-
ClassDescription
ModelOptionsrepresenting the common options that are portable across different chat models.ChatOptions.Builder<B extends ChatOptions.Builder<B>>Builder for creatingChatOptionsinstance.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.DefaultChatOptionsBuilder<B extends DefaultChatOptionsBuilder<B>>Implementation ofChatOptions.Builderto createDefaultChatOptions.The Prompt class represents a prompt used in AI model requests.A template for creating prompts.