Uses of Class
org.springframework.ai.chat.prompt.Prompt
Package
Description
-
Uses of Prompt in org.springframework.ai.anthropic
-
Uses of Prompt in org.springframework.ai.azure.openai
-
Uses of Prompt in org.springframework.ai.bedrock.anthropic
-
Uses of Prompt in org.springframework.ai.bedrock.anthropic3
-
Uses of Prompt in org.springframework.ai.bedrock.cohere
-
Uses of Prompt in org.springframework.ai.bedrock.jurassic2
-
Uses of Prompt in org.springframework.ai.bedrock.llama
-
Uses of Prompt in org.springframework.ai.bedrock.titan
-
Uses of Prompt in org.springframework.ai.chat.client
Modifier and TypeMethodDescriptionModifierConstructorDescriptionDefaultCallPromptResponseSpec
(ChatModel chatModel, Prompt prompt) DefaultStreamPromptResponseSpec
(StreamingChatModel streamingChatModel, Prompt prompt) -
Uses of Prompt in org.springframework.ai.chat.client.advisor.api
-
Uses of Prompt in org.springframework.ai.chat.model
Modifier and TypeMethodDescriptionAbstractToolCallSupport.handleToolCalls
(Prompt prompt, ChatResponse response) protected boolean
AbstractToolCallSupport.isProxyToolCalls
(Prompt prompt, FunctionCallingOptions defaultOptions) Check if the proxyToolCalls is enabled for the given prompt or the default tool call options.default reactor.core.publisher.Flux<ChatResponse>
reactor.core.publisher.Flux<ChatResponse>
-
Uses of Prompt in org.springframework.ai.chat.observation
Modifier and TypeMethodDescription -
Uses of Prompt in org.springframework.ai.chat.prompt
Modifier and TypeMethodDescriptionPrompt.copy()
AssistantPromptTemplate.create()
ChatPromptTemplate.create()
ChatPromptTemplate.create
(Map<String, Object> model, ChatOptions modelOptions) ChatPromptTemplate.create
(ChatOptions modelOptions) PromptTemplate.create()
PromptTemplate.create
(Map<String, Object> model, ChatOptions modelOptions) PromptTemplate.create
(ChatOptions modelOptions) PromptTemplateActions.create()
PromptTemplateActions.create
(Map<String, Object> model, ChatOptions modelOptions) PromptTemplateActions.create
(ChatOptions modelOptions) SystemPromptTemplate.create()
-
Uses of Prompt in org.springframework.ai.huggingface
Modifier and TypeMethodDescriptionGenerate text based on the provided prompt. -
Uses of Prompt in org.springframework.ai.minimax
-
Uses of Prompt in org.springframework.ai.mistralai
-
Uses of Prompt in org.springframework.ai.model.function
Modifier and TypeMethodDescriptionToolCallHelper.handleToolCalls
(Prompt prompt, ChatResponse response) ToolCallHelper.processCall
(ChatModel chatModel, Prompt prompt, Set<String> finishReasons, Function<AssistantMessage.ToolCall, String> customFunction) reactor.core.publisher.Flux<ChatResponse>
ToolCallHelper.processStream
(ChatModel chatModel, Prompt prompt, Set<String> finishReasons, Function<AssistantMessage.ToolCall, String> customFunction) -
Uses of Prompt in org.springframework.ai.moonshot
Modifier and TypeMethodDescriptionMoonshotChatModel.createRequest
(Prompt prompt, boolean stream) Accessible for testing.reactor.core.publisher.Flux<ChatResponse>
-
Uses of Prompt in org.springframework.ai.ollama
-
Uses of Prompt in org.springframework.ai.openai
-
Uses of Prompt in org.springframework.ai.qianfan
Modifier and TypeMethodDescriptionQianFanChatModel.createRequest
(Prompt prompt, boolean stream) Accessible for testing.reactor.core.publisher.Flux<ChatResponse>
-
Uses of Prompt in org.springframework.ai.vertexai.gemini
-
Uses of Prompt in org.springframework.ai.vertexai.palm2
-
Uses of Prompt in org.springframework.ai.watsonx
-
Uses of Prompt in org.springframework.ai.zhipuai