Package org.springframework.ai.deepseek
Class DeepSeekChatModel.Builder
java.lang.Object
org.springframework.ai.deepseek.DeepSeekChatModel.Builder
- Enclosing class:
- DeepSeekChatModel
-
Method Summary
Modifier and TypeMethodDescriptionbuild()deepSeekApi(DeepSeekApi deepSeekApi) observationRegistry(io.micrometer.observation.ObservationRegistry observationRegistry) options(DeepSeekChatOptions options) retryTemplate(org.springframework.core.retry.RetryTemplate retryTemplate) toolCallingManager(ToolCallingManager toolCallingManager) Sets the tool calling manager used to resolve the tool definitions sent to the model.
-
Method Details
-
deepSeekApi
-
options
-
toolCallingManager
Sets the tool calling manager used to resolve the tool definitions sent to the model.- Parameters:
toolCallingManager- the tool calling manager- Returns:
- this builder
-
retryTemplate
public DeepSeekChatModel.Builder retryTemplate(org.springframework.core.retry.RetryTemplate retryTemplate) -
observationRegistry
public DeepSeekChatModel.Builder observationRegistry(io.micrometer.observation.ObservationRegistry observationRegistry) -
build
-