Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.SamplingMessage
Packages that use McpSchema.SamplingMessage
-
Uses of McpSchema.SamplingMessage in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return types with arguments of type McpSchema.SamplingMessageModifier and TypeMethodDescriptionMcpSchema.CreateMessageRequest.messages()Returns the value of themessagesrecord component.Method parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.SamplingMessageModifier and TypeMethodDescriptionMcpSchema.CreateMessageRequest.Builder.messages(List<McpSchema.SamplingMessage> messages) Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.SamplingMessageModifierConstructorDescriptionCreateMessageRequest(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.