Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequest.ThinkingConfig
Packages that use AnthropicApi.ChatCompletionRequest.ThinkingConfig
-
Uses of AnthropicApi.ChatCompletionRequest.ThinkingConfig in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicApi.ChatCompletionRequest.ThinkingConfigMethods in org.springframework.ai.anthropic with parameters of type AnthropicApi.ChatCompletionRequest.ThinkingConfigModifier and TypeMethodDescriptionvoidAnthropicChatOptions.setThinking(AnthropicApi.ChatCompletionRequest.ThinkingConfig thinking) AnthropicChatOptions.Builder.thinking(AnthropicApi.ChatCompletionRequest.ThinkingConfig thinking) -
Uses of AnthropicApi.ChatCompletionRequest.ThinkingConfig in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ChatCompletionRequest.ThinkingConfigModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequest.thinking()Returns the value of thethinkingrecord component.Methods in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ChatCompletionRequest.ThinkingConfigModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequestBuilder.thinking(AnthropicApi.ChatCompletionRequest.ThinkingConfig thinking) Constructors in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ChatCompletionRequest.ThinkingConfigModifierConstructorDescriptionChatCompletionRequest(String model, List<AnthropicApi.AnthropicMessage> messages, Object system, Integer maxTokens, AnthropicApi.ChatCompletionRequest.Metadata metadata, List<String> stopSequences, Boolean stream, Double temperature, Double topP, Integer topK, List<AnthropicApi.Tool> tools, AnthropicApi.ToolChoice toolChoice, AnthropicApi.ChatCompletionRequest.ThinkingConfig thinking, AnthropicApi.ChatCompletionRequest.OutputFormat outputFormat, AnthropicApi.SkillContainer container) Creates an instance of aChatCompletionRequestrecord class.