Uses of Interface
org.springframework.ai.chat.client.ChatClient.PromptUserSpec
Packages that use ChatClient.PromptUserSpec
-
Uses of ChatClient.PromptUserSpec in org.springframework.ai.chat.client
Classes in org.springframework.ai.chat.client that implement ChatClient.PromptUserSpecMethods in org.springframework.ai.chat.client that return ChatClient.PromptUserSpecModifier and TypeMethodDescriptionChatClient.PromptUserSpec.media
(org.springframework.util.MimeType mimeType, org.springframework.core.io.Resource resource) DefaultChatClient.DefaultPromptUserSpec.media
(org.springframework.util.MimeType mimeType, org.springframework.core.io.Resource resource) ChatClient.PromptUserSpec.text
(org.springframework.core.io.Resource text) DefaultChatClient.DefaultPromptUserSpec.text
(org.springframework.core.io.Resource text) DefaultChatClient.DefaultPromptUserSpec.text
(org.springframework.core.io.Resource text, Charset charset) Method parameters in org.springframework.ai.chat.client with type arguments of type ChatClient.PromptUserSpecModifier and TypeMethodDescriptionChatClient.Builder.defaultUser
(Consumer<ChatClient.PromptUserSpec> userSpecConsumer) DefaultChatClientBuilder.defaultUser
(Consumer<ChatClient.PromptUserSpec> userSpecConsumer) ChatClient.ChatClientRequestSpec.user
(Consumer<ChatClient.PromptUserSpec> consumer) DefaultChatClient.DefaultChatClientRequestSpec.user
(Consumer<ChatClient.PromptUserSpec> consumer)