Package dev.tachyonmcp.api.server.domain
Interface PromptArgument
@Immutable
public interface PromptArgument
Describes a single argument accepted by a prompt template.
Arguments are matched by name. The required flag tells the client
whether the argument must be provided; when absent or null, the argument is
considered optional.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PromptArgument.Builderbuilder()default voidcheck()@Nullable Stringname()static PromptArgument@Nullable Booleanrequired()@Nullable Stringtitle()
-
Method Details