http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-wiretap
/
org.http4k.wiretap.mcp.prompts
/
PromptDetailView
Prompt
Detail
View
data
class
PromptDetailView
(
val
name
:
String
,
val
description
:
String
,
val
fields
:
List
<
McpFieldView
>
)
:
ViewModel
(
source
)
Members
Constructors
Prompt
Detail
View
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
fields
:
List
<
McpFieldView
>
)
Properties
description
Link copied to clipboard
val
description
:
String
fields
Link copied to clipboard
val
fields
:
List
<
McpFieldView
>
name
Link copied to clipboard
val
name
:
String
Functions
template
Link copied to clipboard
open
fun
template
(
)
:
String