toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-ai-mcp-core
/
org.http4k.ai.mcp.model
/
Elicitation
/
Metadata
/
string
string
abstract
class
string
<
T
:
Any
>
(
name
:
String
)
:
Elicitation.Metadata
<
String
,
T
>
Inheritors
MinLength
MaxLength
Pattern
Format
Members
Constructors
string
Link copied to clipboard
constructor
(
name
:
String
)
Types
Format
Link copied to clipboard
sealed
class
Format
:
Elicitation.Metadata.string
<
String
>
Max
Length
Link copied to clipboard
data
class
MaxLength
(
val
value
:
Int
)
:
Elicitation.Metadata.string
<
Int
>
Min
Length
Link copied to clipboard
data
class
MinLength
(
val
value
:
Int
)
:
Elicitation.Metadata.string
<
Int
>
Pattern
Link copied to clipboard
data
class
Pattern
(
val
value
:
Regex
)
:
Elicitation.Metadata.string
<
Regex
>
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
abstract
val
value
:
T
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String