toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp.model
/
ToolArgLensSpec
/
ToolRequestOUTBiDiMultiLensSpec
Tool
Request
OUTBi
Di
Multi
Lens
Spec
inner
class
ToolRequestOUTBiDiMultiLensSpec
:
BiDiMultiLensSpec
<
ToolRequest
,
OUT
>
Members
Constructors
Tool
Request
OUTBi
Di
Multi
Lens
Spec
Link copied to clipboard
constructor
(
)
Functions
defaulted
Link copied to clipboard
open
override
fun
defaulted
(
name
:
String
,
default
:
List
<
OUT
>
,
description
:
String
?
,
metadata
:
Map
<
String
,
Any
>
)
:
ToolArgLens
<
List
<
OUT
>
>
open
override
fun
defaulted
(
name
:
String
,
default
:
LensExtractor
<
ToolRequest
,
List
<
OUT
>
>
,
description
:
String
?
,
metadata
:
Map
<
String
,
Any
>
)
:
ToolArgLens
<
List
<
OUT
>
>
optional
Link copied to clipboard
open
override
fun
optional
(
name
:
String
,
description
:
String
?
,
metadata
:
Map
<
String
,
Any
>
)
:
ToolArgLens
<
List
<
OUT
>
?
>
required
Link copied to clipboard
open
override
fun
required
(
name
:
String
,
description
:
String
?
,
metadata
:
Map
<
String
,
Any
>
)
:
ToolArgLens
<
List
<
OUT
>
>