Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.SkillContainer
Packages that use AnthropicApi.SkillContainer
-
Uses of AnthropicApi.SkillContainer in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicApi.SkillContainerMethods in org.springframework.ai.anthropic with parameters of type AnthropicApi.SkillContainerModifier and TypeMethodDescriptionvoidAnthropicChatOptions.setSkillContainer(AnthropicApi.SkillContainer skillContainer) AnthropicChatOptions.Builder.skillContainer(AnthropicApi.SkillContainer skillContainer) Set the Skills container for this request. -
Uses of AnthropicApi.SkillContainer in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.SkillContainerModifier and TypeMethodDescriptionAnthropicApi.SkillContainer.SkillContainerBuilder.build()AnthropicApi.ChatCompletionRequest.container()Returns the value of thecontainerrecord component.Methods in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.SkillContainerModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequestBuilder.container(AnthropicApi.SkillContainer container) Constructors in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.SkillContainerModifierConstructorDescriptionChatCompletionRequest(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.