Uses of Interface
dev.tachyonmcp.api.server.features.completions.CompletionResult.Builder
Packages that use CompletionResult.Builder
Package
Description
Completion feature types and function interfaces for argument autocomplete.
-
Uses of CompletionResult.Builder in dev.tachyonmcp.api.server.features.completions
Methods in dev.tachyonmcp.api.server.features.completions that return CompletionResult.BuilderModifier and TypeMethodDescriptionstatic CompletionResult.BuilderCompletionResult.builder()Creates a new builder forCompletionResult.Sets whether additional results exist beyondCompletionResult.values().Sets optional protocol extension metadata.default CompletionResult.BuilderCompletionResult.Builder.total(int total) Sets the total number of matches, if known.Sets the total number of matches, if known.Sets the candidate values ranked by relevance.default CompletionResult.BuilderSets the candidate values ranked by relevance.