AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
MCPPrompt
MCPPrompt
@
Serializable
class
MCPPrompt
(
val
name
:
String
,
val
title
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
arguments
:
List
<
MCPPromptArgument
>
?
=
null
)
(
source
)
Since
0.3.0-beta01
Members
Constructors
MCPPrompt
Link copied to clipboard
constructor
(
name
:
String
,
title
:
String
?
=
null
,
description
:
String
?
=
null
,
arguments
:
List
<
MCPPromptArgument
>
?
=
null
)
Properties
arguments
Link copied to clipboard
val
arguments
:
List
<
MCPPromptArgument
>
?
description
Link copied to clipboard
val
description
:
String
?
name
Link copied to clipboard
val
name
:
String
title
Link copied to clipboard
val
title
:
String
?