Uses of Record Class
org.springframework.ai.chat.messages.part.ReasoningPart
Packages that use ReasoningPart
Package
Description
Ordered, typed content parts carried by chat messages: text, tool calls, tool results,
media and an opaque fallback for provider blocks that are not modeled yet.
-
Uses of ReasoningPart in org.springframework.ai.chat.messages
Methods in org.springframework.ai.chat.messages that return types with arguments of type ReasoningPartModifier and TypeMethodDescriptionAssistantMessage.getReasoning()The reasoning parts of this message, in part order.Methods in org.springframework.ai.chat.messages with parameters of type ReasoningPartModifier and TypeMethodDescriptionAssistantMessage.Builder.reasoning(ReasoningPart reasoning) Appends a reasoning part.Method parameters in org.springframework.ai.chat.messages with type arguments of type ReasoningPartModifier and TypeMethodDescriptionAssistantMessage.Builder.reasoning(List<ReasoningPart> reasoning) Appends reasoning parts in order. -
Uses of ReasoningPart in org.springframework.ai.chat.messages.part
Methods in org.springframework.ai.chat.messages.part that return ReasoningPartModifier and TypeMethodDescriptionstatic ReasoningPartCreates a plain reasoning part with text only, replayable to any provider.ReasoningPart.withAttributes(Map<String, String> attributes)