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