Uses of Enum Class
io.modelcontextprotocol.spec.McpSchema.CreateMessageRequest.ContextInclusionStrategy
Packages that use McpSchema.CreateMessageRequest.ContextInclusionStrategy
-
Uses of McpSchema.CreateMessageRequest.ContextInclusionStrategy in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.CreateMessageRequest.ContextInclusionStrategyModifier and TypeMethodDescriptionMcpSchema.CreateMessageRequest.includeContext()Returns the value of theincludeContextrecord component.Returns the enum constant of this class with the specified name.McpSchema.CreateMessageRequest.ContextInclusionStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.CreateMessageRequest.ContextInclusionStrategyModifier and TypeMethodDescriptionMcpSchema.CreateMessageRequest.Builder.includeContext(McpSchema.CreateMessageRequest.ContextInclusionStrategy includeContext) Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.CreateMessageRequest.ContextInclusionStrategyModifierConstructorDescriptionCreateMessageRequest(List<McpSchema.SamplingMessage> messages, McpSchema.ModelPreferences modelPreferences, String systemPrompt, McpSchema.CreateMessageRequest.ContextInclusionStrategy includeContext, Double temperature, int maxTokens, List<String> stopSequences, Map<String, Object> metadata) Creates an instance of aCreateMessageRequestrecord class.