Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ModelPreferences
Packages that use McpSchema.ModelPreferences
-
Uses of McpSchema.ModelPreferences in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.ModelPreferencesModifier and TypeMethodDescriptionMcpSchema.ModelPreferences.Builder.build()McpSchema.CreateMessageRequest.modelPreferences()Returns the value of themodelPreferencesrecord component.Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.ModelPreferencesModifier and TypeMethodDescriptionMcpSchema.CreateMessageRequest.Builder.modelPreferences(McpSchema.ModelPreferences modelPreferences) Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.ModelPreferencesModifierConstructorDescriptionCreateMessageRequest(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.