Uses of Class
org.springframework.ai.prompt.Prompt
Packages that use Prompt
Package
Description
-
Uses of Prompt in org.springframework.ai.azure.openai.client
Methods in org.springframework.ai.azure.openai.client with parameters of type Prompt -
Uses of Prompt in org.springframework.ai.client
Methods in org.springframework.ai.client with parameters of type Prompt -
Uses of Prompt in org.springframework.ai.huggingface.client
Methods in org.springframework.ai.huggingface.client with parameters of type PromptModifier and TypeMethodDescriptionGenerate text based on the provided prompt. -
Uses of Prompt in org.springframework.ai.ollama.client
Methods in org.springframework.ai.ollama.client with parameters of type PromptModifier and TypeMethodDescriptionprotected HttpRequest
OllamaClient.buildHttpRequest
(Prompt prompt) Constructs an HTTP request for the provided prompt.protected void
OllamaClient.validatePrompt
(Prompt prompt) Validates the provided prompt. -
Uses of Prompt in org.springframework.ai.openai.client
Methods in org.springframework.ai.openai.client with parameters of type Prompt -
Uses of Prompt in org.springframework.ai.prompt
Methods in org.springframework.ai.prompt that return Prompt