Uses of Interface
org.springframework.ai.chat.client.ChatClient.PromptSystemSpec
Packages that use ChatClient.PromptSystemSpec
-
Uses of ChatClient.PromptSystemSpec in org.springframework.ai.chat.client
Classes in org.springframework.ai.chat.client that implement ChatClient.PromptSystemSpecMethods in org.springframework.ai.chat.client that return ChatClient.PromptSystemSpecModifier and TypeMethodDescriptionChatClient.PromptSystemSpec.text
(org.springframework.core.io.Resource text) DefaultChatClient.DefaultPromptSystemSpec.text
(org.springframework.core.io.Resource text) DefaultChatClient.DefaultPromptSystemSpec.text
(org.springframework.core.io.Resource text, Charset charset) Method parameters in org.springframework.ai.chat.client with type arguments of type ChatClient.PromptSystemSpecModifier and TypeMethodDescriptionChatClient.Builder.defaultSystem
(Consumer<ChatClient.PromptSystemSpec> systemSpecConsumer) DefaultChatClientBuilder.defaultSystem
(Consumer<ChatClient.PromptSystemSpec> systemSpecConsumer) ChatClient.ChatClientRequestSpec.system
(Consumer<ChatClient.PromptSystemSpec> consumer) DefaultChatClient.DefaultChatClientRequestSpec.system
(Consumer<ChatClient.PromptSystemSpec> consumer)