Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.ContentBlock.Source
Packages that use AnthropicApi.ContentBlock.Source
-
Uses of AnthropicApi.ContentBlock.Source in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ContentBlock.SourceModifier and TypeMethodDescriptionAnthropicApi.ContentBlock.source()Returns the value of thesourcerecord component.Constructors in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ContentBlock.SourceModifierConstructorDescriptionCreate content blockCreate content blockContentBlock(AnthropicApi.ContentBlock.Type type, AnthropicApi.ContentBlock.Source source, String text, Integer index) Create content blockContentBlock(AnthropicApi.ContentBlock.Type type, AnthropicApi.ContentBlock.Source source, String text, Integer index, String id, String name, Map<String, Object> input, String toolUseId, String content) Creates an instance of aContentBlockrecord class.