Uses of Class
org.springframework.ai.deepseek.api.DeepSeekApi.FunctionTool
Packages that use DeepSeekApi.FunctionTool
-
Uses of DeepSeekApi.FunctionTool in org.springframework.ai.deepseek
Fields in org.springframework.ai.deepseek with type parameters of type DeepSeekApi.FunctionToolModifier and TypeFieldDescriptionprotected @Nullable List<DeepSeekApi.FunctionTool> DeepSeekChatOptions.AbstractBuilder.toolsMethods in org.springframework.ai.deepseek that return types with arguments of type DeepSeekApi.FunctionToolModifier and TypeMethodDescription@Nullable List<DeepSeekApi.FunctionTool> DeepSeekChatOptions.getTools()Method parameters in org.springframework.ai.deepseek with type arguments of type DeepSeekApi.FunctionToolModifier and TypeMethodDescriptionvoidDeepSeekChatOptions.setTools(@Nullable List<DeepSeekApi.FunctionTool> tools) DeepSeekChatOptions.AbstractBuilder.tools(@Nullable List<DeepSeekApi.FunctionTool> tools) -
Uses of DeepSeekApi.FunctionTool in org.springframework.ai.deepseek.api
Methods in org.springframework.ai.deepseek.api that return types with arguments of type DeepSeekApi.FunctionToolModifier and TypeMethodDescription@Nullable List<DeepSeekApi.FunctionTool> DeepSeekApi.ChatCompletionRequest.tools()Returns the value of thetoolsrecord component.