Uses of Class
org.springframework.ai.anthropic.AnthropicChatOptions.Builder
Packages that use AnthropicChatOptions.Builder
-
Uses of AnthropicChatOptions.Builder in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicChatOptions.BuilderModifier and TypeMethodDescriptionAnthropicChatOptions.Builder.addCitationDocument(CitationDocument document) Add a single citation document.AnthropicChatOptions.Builder.anthropicSkill(AnthropicApi.AnthropicSkill anthropicSkill) Add an Anthropic pre-built skill (xlsx, pptx, docx, pdf).AnthropicChatOptions.Builder.anthropicSkill(AnthropicApi.AnthropicSkill anthropicSkill, String version) Add an Anthropic pre-built skill with specific version.static AnthropicChatOptions.BuilderAnthropicChatOptions.builder()AnthropicChatOptions.Builder.cacheOptions(AnthropicCacheOptions cacheOptions) AnthropicChatOptions.Builder.citationDocuments(List<CitationDocument> citationDocuments) Set citation documents for the request.AnthropicChatOptions.Builder.citationDocuments(CitationDocument... documents) Set citation documents from variable arguments.AnthropicChatOptions.Builder.customSkill(String skillId) Add a custom skill by ID.AnthropicChatOptions.Builder.customSkill(String skillId, String version) Add a custom skill with specific version.AnthropicChatOptions.Builder.httpHeaders(Map<String, String> httpHeaders) AnthropicChatOptions.Builder.internalToolExecutionEnabled(Boolean internalToolExecutionEnabled) AnthropicChatOptions.Builder.metadata(AnthropicApi.ChatCompletionRequest.Metadata metadata) AnthropicChatOptions.Builder.model(AnthropicApi.ChatModel model) AnthropicChatOptions.Builder.outputFormat(AnthropicApi.ChatCompletionRequest.OutputFormat outputFormat) AnthropicChatOptions.Builder.outputSchema(String outputSchema) AnthropicChatOptions.Builder.skill(AnthropicApi.Skill skill) Add a single skill to the request.AnthropicChatOptions.Builder.skillContainer(AnthropicApi.SkillContainer skillContainer) Set the Skills container for this request.AnthropicChatOptions.Builder.stopSequences(List<String> stopSequences) AnthropicChatOptions.Builder.temperature(Double temperature) AnthropicChatOptions.Builder.thinking(AnthropicApi.ChatCompletionRequest.ThinkingConfig thinking) AnthropicChatOptions.Builder.thinking(AnthropicApi.ThinkingType type, Integer budgetTokens) AnthropicChatOptions.Builder.toolCallbacks(List<org.springframework.ai.tool.ToolCallback> toolCallbacks) AnthropicChatOptions.Builder.toolCallbacks(org.springframework.ai.tool.ToolCallback... toolCallbacks) AnthropicChatOptions.Builder.toolChoice(AnthropicApi.ToolChoice toolChoice) AnthropicChatOptions.Builder.toolContext(Map<String, Object> toolContext)