http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-ai-openai
/
org.http4k.connect.openai.action
/
Tool
Tool
@
JsonSerializable
data
class
Tool
(
val
function
:
FunctionSpec
,
val
type
:
String
=
"function"
)
(
source
)
Members
Constructors
Tool
Link copied to clipboard
constructor
(
function
:
FunctionSpec
,
type
:
String
=
"function"
)
Properties
function
Link copied to clipboard
val
function
:
FunctionSpec
type
Link copied to clipboard
val
type
:
String