http4k-connect-ai-azure
Toggle table of contents
6.20.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-ai-azure
http4k-connect-ai-azure
/
org.http4k.connect.azure.action
/
ToolCall
Tool
Call
@
JsonSerializable
data
class
ToolCall
(
val
id
:
String
,
val
type
:
String
,
val
function
:
FunctionCall
,
val
index
:
Int
?
=
null
)
(
source
)
Members
Constructors
Tool
Call
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
,
function
:
FunctionCall
,
index
:
Int
?
=
null
)
Properties
function
Link copied to clipboard
val
function
:
FunctionCall
id
Link copied to clipboard
val
id
:
String
index
Link copied to clipboard
val
index
:
Int
?
type
Link copied to clipboard
val
type
:
String