Uses of Interface
org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockStartEvent.ContentBlockBody
Packages that use AnthropicApi.ContentBlockStartEvent.ContentBlockBody
-
Uses of AnthropicApi.ContentBlockStartEvent.ContentBlockBody in org.springframework.ai.anthropic.api
Classes in org.springframework.ai.anthropic.api that implement AnthropicApi.ContentBlockStartEvent.ContentBlockBodyModifier and TypeClassDescriptionstatic final recordText content block.static final recordThinking content block.static final recordTool use content block.Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ContentBlockStartEvent.ContentBlockBodyModifier and TypeMethodDescriptionAnthropicApi.ContentBlockStartEvent.contentBlock()Returns the value of thecontentBlockrecord component.Constructors in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ContentBlockStartEvent.ContentBlockBodyModifierConstructorDescriptionContentBlockStartEvent(AnthropicApi.EventType type, Integer index, AnthropicApi.ContentBlockStartEvent.ContentBlockBody contentBlock) Creates an instance of aContentBlockStartEventrecord class.