ReasoningBuilder
Builder for creating MessagePart.Reasoning instances from Java code.
Usage from Java:
Message.Reasoning message = MessageBuilder.reasoning()
.content("Let me think about this...")
.summary("Thinking about the problem")
.build();Content copied to clipboard
Functions
Link copied to clipboard
Builds a new MessagePart.Reasoning instance.
Link copied to clipboard
Sets a single text content for the message, replacing any previously added parts.
Link copied to clipboard
Sets the encrypted content.
Link copied to clipboard
Sets the reasoning ID.
Link copied to clipboard
Sets the summary as a single text string.