KotlinX-Schema
Toggle table of contents
0.0.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
KotlinX-Schema
kotlinx-schema-json
/
kotlinx.schema.json
/
FunctionCallingSchema
/
FunctionCallingSchema
Function
Calling
Schema
constructor
(
type
:
String
=
"function"
,
name
:
String
,
title
:
String
?
=
null
,
description
:
String
?
=
null
,
strict
:
Boolean
?
=
true
,
parameters
:
ParametersDefinition
)
(
source
)