Class FallbackChatClient
java.lang.Object
com.bytedesk.ai.springai.ollama.fallback.FallbackChatClient
- All Implemented Interfaces:
org.springframework.ai.chat.client.ChatClient
public class FallbackChatClient
extends Object
implements org.springframework.ai.chat.client.ChatClient
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.ai.chat.client.ChatClient
org.springframework.ai.chat.client.ChatClient.AdvisorSpec, org.springframework.ai.chat.client.ChatClient.Builder, org.springframework.ai.chat.client.ChatClient.CallPromptResponseSpec, org.springframework.ai.chat.client.ChatClient.CallResponseSpec, org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec, org.springframework.ai.chat.client.ChatClient.PromptSystemSpec, org.springframework.ai.chat.client.ChatClient.PromptUserSpec, org.springframework.ai.chat.client.ChatClient.StreamPromptResponseSpec, org.springframework.ai.chat.client.ChatClient.StreamResponseSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ai.chat.client.ChatClient.Builder
mutate()
org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
prompt()
org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec
prompt
(org.springframework.ai.chat.prompt.Prompt prompt)
-
Constructor Details
-
FallbackChatClient
public FallbackChatClient()
-
-
Method Details
-
prompt
public org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec prompt()- Specified by:
prompt
in interfaceorg.springframework.ai.chat.client.ChatClient
-
prompt
- Specified by:
prompt
in interfaceorg.springframework.ai.chat.client.ChatClient
-
prompt
public org.springframework.ai.chat.client.ChatClient.ChatClientRequestSpec prompt(org.springframework.ai.chat.prompt.Prompt prompt) - Specified by:
prompt
in interfaceorg.springframework.ai.chat.client.ChatClient
-
mutate
public org.springframework.ai.chat.client.ChatClient.Builder mutate()- Specified by:
mutate
in interfaceorg.springframework.ai.chat.client.ChatClient
-