Uses of Class
org.springframework.ai.anthropic.api.AnthropicApi.ChatCompletionRequestBuilder
Packages that use AnthropicApi.ChatCompletionRequestBuilder
-
Uses of AnthropicApi.ChatCompletionRequestBuilder in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ChatCompletionRequestBuilderModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequest.builder()AnthropicApi.ChatCompletionRequestBuilder.container(AnthropicApi.SkillContainer container) AnthropicApi.ChatCompletionRequest.from(AnthropicApi.ChatCompletionRequest request) AnthropicApi.ChatCompletionRequestBuilder.messages(List<AnthropicApi.AnthropicMessage> messages) AnthropicApi.ChatCompletionRequestBuilder.metadata(AnthropicApi.ChatCompletionRequest.Metadata metadata) AnthropicApi.ChatCompletionRequestBuilder.model(AnthropicApi.ChatModel model) AnthropicApi.ChatCompletionRequestBuilder.outputFormat(AnthropicApi.ChatCompletionRequest.OutputFormat outputFormat) AnthropicApi.ChatCompletionRequestBuilder.skills(List<AnthropicApi.Skill> skills) AnthropicApi.ChatCompletionRequestBuilder.stopSequences(List<String> stopSequences) AnthropicApi.ChatCompletionRequestBuilder.temperature(Double temperature) AnthropicApi.ChatCompletionRequestBuilder.thinking(AnthropicApi.ChatCompletionRequest.ThinkingConfig thinking) AnthropicApi.ChatCompletionRequestBuilder.thinking(AnthropicApi.ThinkingType type, Integer budgetTokens) AnthropicApi.ChatCompletionRequestBuilder.toolChoice(AnthropicApi.ToolChoice toolChoice) AnthropicApi.ChatCompletionRequestBuilder.tools(List<AnthropicApi.Tool> tools)