Package dev.tachyonmcp.core.protocol
Interface ProtocolRequestMapper.CompletionReference
- All Known Implementing Classes:
ProtocolRequestMapper.CompletionReference.Prompt,ProtocolRequestMapper.CompletionReference.Resource
- Enclosing interface:
ProtocolRequestMapper
public static sealed interface ProtocolRequestMapper.CompletionReference
permits ProtocolRequestMapper.CompletionReference.Prompt, ProtocolRequestMapper.CompletionReference.Resource
Identifies what a completion request is completing against.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordCompletion against a prompt's argument.static final recordCompletion against a resource template's URI variable.