Uses of Interface
org.springframework.ai.chat.prompt.ChatOptions
Packages that use ChatOptions
Package
Description
-
Uses of ChatOptions in org.springframework.ai.chat.model
Methods in org.springframework.ai.chat.model that return ChatOptionsModifier and TypeMethodDescriptiondefault ChatOptionsChatModel.getDefaultOptions()Deprecated, for removal: This API element is subject to removal in a future version.default ChatOptionsChatModel.getOptions()Gets the chat options for this model. -
Uses of ChatOptions in org.springframework.ai.chat.prompt
Classes in org.springframework.ai.chat.prompt that implement ChatOptionsMethods in org.springframework.ai.chat.prompt that return ChatOptionsModifier and TypeMethodDescriptionChatOptions.Builder.build()Build theChatOptions.DefaultChatOptionsBuilder.build()@Nullable ChatOptionsPrompt.getOptions()Methods in org.springframework.ai.chat.prompt with parameters of type ChatOptionsModifier and TypeMethodDescriptionPrompt.Builder.chatOptions(ChatOptions chatOptions) ChatPromptTemplate.create(Map<String, Object> model, ChatOptions modelOptions) ChatPromptTemplate.create(ChatOptions modelOptions) PromptTemplate.create(Map<String, Object> additionalVariables, ChatOptions modelOptions) PromptTemplate.create(ChatOptions modelOptions) PromptTemplateActions.create(Map<String, Object> model, ChatOptions modelOptions) PromptTemplateActions.create(ChatOptions modelOptions) Constructors in org.springframework.ai.chat.prompt with parameters of type ChatOptionsModifierConstructorDescriptionPrompt(String contents, @Nullable ChatOptions chatOptions) Prompt(List<Message> messages, @Nullable ChatOptions chatOptions) Prompt(Message message, @Nullable ChatOptions chatOptions) -
Uses of ChatOptions in org.springframework.ai.model.tool
Subinterfaces of ChatOptions in org.springframework.ai.model.toolModifier and TypeInterfaceDescriptioninterfaceMixin interface for ChatModels that support structured output.interfaceA set of options that can be used to configure the interaction with a chat model, including tool calling.Classes in org.springframework.ai.model.tool that implement ChatOptionsModifier and TypeClassDescriptionclassDefault implementation ofStructuredOutputChatOptions.classDefault implementation ofToolCallingChatOptions.
ChatModel.getOptions()instead.