Uses of Interface
org.springframework.ai.anthropic.api.AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBody
Packages that use AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBody
-
Uses of AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBody in org.springframework.ai.anthropic.api
Classes in org.springframework.ai.anthropic.api that implement AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBodyModifier and TypeClassDescriptionstatic final recordJSON content block delta.static final recordSignature content block delta.static final recordText content block delta.static final recordThinking content block delta.Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBodyModifier and TypeMethodDescriptionAnthropicApi.ContentBlockDeltaEvent.delta()Returns the value of thedeltarecord component.Constructors in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBodyModifierConstructorDescriptionContentBlockDeltaEvent(AnthropicApi.EventType type, Integer index, AnthropicApi.ContentBlockDeltaEvent.ContentBlockDeltaBody delta) Creates an instance of aContentBlockDeltaEventrecord class.