MCP Kotlin SDK
Toggle table of contents
0.7.0
common
Platform filter
common
Switch theme
Search in API
MCP Kotlin SDK
kotlin-sdk-core
/
io.modelcontextprotocol.kotlin.sdk
/
PromptReference
Prompt
Reference
@
Serializable
data
class
PromptReference
(
val
name
:
String
)
:
Reference
(
source
)
Identifies a prompt.
Members
Constructors
Prompt
Reference
Link copied to clipboard
constructor
(
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The name of the prompt or prompt template
type
Link copied to clipboard
open
override
val
type
:
String